-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 01, 2026 at 12:06 PM
-- Server version: 10.11.16-MariaDB-cll-lve
-- PHP Version: 8.4.18

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


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

--
-- Database: `i8666351_wp1`
--

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

--
-- 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/', '', '2022-04-01 14:53:11', '2022-04-01 14:53:11', '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://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0),
(2, 1, 'Porn Tude', 'helloboy1979@gmail.com', 'https://porntude.com/', '198.44.176.203', '2026-01-25 08:17:30', '2026-01-25 08:17:30', 'How are you?', 0, '0', 'Go-http-client/1.1', 'comment', 0, 0),
(3, 1, 'Free Porn Pics', 'sexpdf@outlook.com', 'https://porntude.com/', '154.12.34.53', '2026-02-02 04:49:22', '2026-02-02 04:49:22', 'It\'s really a nice blog.', 0, '0', 'Go-http-client/1.1', 'comment', 0, 0),
(4, 1, '333985', '333985@333985.com', 'https://333985.com/', '23.95.128.135', '2026-03-03 02:02:40', '2026-03-03 02:02:40', '每天都在战争，希望2026和平.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'comment', 0, 0);

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

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_litespeed_url`
--

CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_litespeed_url_file`
--

CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0
) 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', 'http://theav.in', 'yes'),
(2, 'home', 'http://theav.in', 'yes'),
(3, 'blogname', '', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'irovz794gpdq@sg2plzcpnl491724.prod.sin2.secureserver.net', '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', '/%category%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:151:{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:16:\"portfolio/all/?$\";s:29:\"index.php?post_type=portfolio\";s:46:\"portfolio/all/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:41:\"portfolio/all/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:33:\"portfolio/all/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"portfolio-cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-cat=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-cat=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-cat/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-cat=$matches[1]&embed=true\";s:42:\"portfolio-cat/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-cat=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-cat/([^/]+)/?$\";s:35:\"index.php?portfolio-cat=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";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:38:\"index.php?&page_id=7&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: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]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:7:{i:0;s:33:\"auxin-elements/auxin-elements.php\";i:1;s:35:\"auxin-portfolio/auxin-portfolio.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:35:\"envato-elements/envato-elements.php\";i:5;s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";i:6;s:35:\"litespeed-cache/litespeed-cache.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'phlox', 'yes'),
(41, 'stylesheet', 'phlox', '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', '60717', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '/home/irovz794gpdq/public_html/wp-content/uploads', '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:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '7', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '499', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '768', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1664376791', '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:{}', 'off'),
(99, 'initial_db_version', '51917', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{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:14:\"edit_portfolio\";b:1;s:14:\"read_portfolio\";b:1;s:16:\"delete_portfolio\";b:1;s:15:\"edit_portfolios\";b:1;s:22:\"edit_others_portfolios\";b:1;s:18:\"publish_portfolios\";b:1;s:23:\"read_private_portfolios\";b:1;s:17:\"delete_portfolios\";b:1;s:25:\"delete_private_portfolios\";b:1;s:27:\"delete_published_portfolios\";b:1;s:24:\"delete_others_portfolios\";b:1;s:23:\"edit_private_portfolios\";b:1;s:25:\"edit_published_portfolios\";b:1;s:22:\"manage_portfolio_terms\";b:1;s:20:\"edit_portfolio_terms\";b:1;s:22:\"delete_portfolio_terms\";b:1;s:22:\"assign_portfolio_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:51:{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:14:\"edit_portfolio\";b:1;s:14:\"read_portfolio\";b:1;s:16:\"delete_portfolio\";b:1;s:15:\"edit_portfolios\";b:1;s:22:\"edit_others_portfolios\";b:1;s:18:\"publish_portfolios\";b:1;s:23:\"read_private_portfolios\";b:1;s:17:\"delete_portfolios\";b:1;s:25:\"delete_private_portfolios\";b:1;s:27:\"delete_published_portfolios\";b:1;s:24:\"delete_others_portfolios\";b:1;s:23:\"edit_private_portfolios\";b:1;s:25:\"edit_published_portfolios\";b:1;s:22:\"manage_portfolio_terms\";b:1;s:20:\"edit_portfolio_terms\";b:1;s:22:\"delete_portfolio_terms\";b:1;s:22:\"assign_portfolio_terms\";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', 'off'),
(102, 'widget_block', 'a:6:{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 -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:40:\"auxin-global-primary-sidebar-widget-area\";a:5:{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\";}s:42:\"auxin-global-secondary-sidebar-widget-area\";a:0:{}s:39:\"auxin-pages-primary-sidebar-widget-area\";a:0:{}s:41:\"auxin-pages-secondary-sidebar-widget-area\";a:0:{}s:38:\"auxin-blog-primary-sidebar-widget-area\";a:0:{}s:40:\"auxin-blog-secondary-sidebar-widget-area\";a:0:{}s:32:\"auxin-search-sidebar-widget-area\";a:0:{}s:31:\"auxin-subfooter-bar-widget-area\";a:0:{}s:33:\"auxin-footer1-sidebar-widget-area\";a:0:{}s:33:\"auxin-footer2-sidebar-widget-area\";a:0:{}s:33:\"auxin-footer3-sidebar-widget-area\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:10:{i:1743835991;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:1743864791;a:4:{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;}}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;}}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;}}}i:1743871608;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:1743871636;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:1743874105;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747565257;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747565265;a:2:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1748438994;a:1:{s:26:\"litespeed_task_imgoptm_req\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1775193961;a:1:{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:7:\"version\";i:2;}', 'on'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'recovery_keys', 'a:0:{}', 'off'),
(121, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648832171;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\";}}}}', 'off'),
(124, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'off'),
(134, '_transient_update_plugins', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}', 'yes'),
(135, '_transient_update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}', 'yes'),
(138, 'limit_login_activation_timestamp', '1648824795', 'no'),
(139, 'limit_login_notice_enable_notify_timestamp', '1646059995', 'no'),
(150, 'wpnux_imported', '0', 'no'),
(151, 'wpnux_debug_log', '2022-04-01 16:46:48 wpnux_api_health_check - start\n2022-04-01 16:46:48 wpnux_api_health_check - success\n2022-04-01 16:46:48 wpem_render_page\n2022-04-01 16:47:14 wpem_nux_optout_ajax_callback - start\n2022-04-01 16:47:15 wpem_nux_optout_ajax_callback - success\n2022-04-01 16:47:15 wpem_self_destruct\n', 'no'),
(176, 'finished_updating_comment_type', '1', 'yes'),
(177, 'recently_activated', 'a:0:{}', 'off'),
(201, 'current_theme', 'Phlox', 'yes'),
(202, 'theme_mods_astra', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648834006;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{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\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(203, 'theme_switched', '', 'yes'),
(204, 'astra-settings', 'a:3:{s:18:\"theme-auto-version\";s:5:\"3.7.9\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;}', 'yes'),
(248, 'envato_elements_version', '2.0.11', 'yes'),
(249, 'envato_elements_install_time', '1648833661', 'yes'),
(255, 'theme_mods_phlox', 'a:26:{i:0;b:0;s:20:\"last_checked_version\";s:5:\"2.9.3\";s:12:\"initial_date\";s:19:\"2022-04-01 17:26:47\";s:15:\"initial_version\";s:5:\"2.9.3\";s:18:\"nav_menu_locations\";a:2:{s:14:\"header-primary\";i:8;s:6:\"footer\";i:11;}s:12:\"font_subsets\";s:0:\"\";s:9:\"font_urls\";a:0:{}s:17:\"custom_css_string\";s:5067:\"/* header-logo-width \n=========================*/\n.aux-logo-header .aux-logo-anchor{ max-width:80px; }\n/* header-logo-max-height-type \n=========================*/\n.aux-logo-header .aux-logo-anchor > img { max-height:85px; }\n/* elementor-color-primary \n=========================*/\n.aux-customize-preview.elementor-kit-5 {--e-global-color-primary: #6EC1E4;}\n/* elementor-color-secondary \n=========================*/\n.aux-customize-preview.elementor-kit-5 {--e-global-color-secondary: #54595F;}\n/* elementor-color-text \n=========================*/\n.aux-customize-preview.elementor-kit-5 {--e-global-color-text: #7A7A7A;}\n/* elementor-color-accent \n=========================*/\n.aux-customize-preview.elementor-kit-5 {--e-global-color-accent: #61CE70;}\n/* site-frame-background-color \n=========================*/\n@media screen and (min-width: 700px) { .aux-framed .aux-side-frames, body.aux-framed:after, .aux-framed .aux-side-frames:before, .aux-framed .aux-side-frames:after {background-color:#111111;}}\n/* sticky-header-color \n=========================*/\n.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section { background-color:#FFFFFF !important; }\n/* site-header-container-scaled-height \n=========================*/\n.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements,.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section > .elementor-container { min-height:80px; }\n/* site-header-container-height \n=========================*/\n.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height:85px; }\n/* site-transparent-header-bgcolor \n=========================*/\n.site-header-section { background-color:#FFFFFF; }\n/* site-vertical-menu-background-color \n=========================*/\n.aux-vertical-menu-side { background-color:#FFF; }\n/* site-header-navigation-item-height \n=========================*/\n.site-header-section .aux-middle .aux-menu-depth-0 > .aux-item-content { height:60px; }\n/* site-mobile-header-toggle-button-color \n=========================*/\n.site-header-section .aux-header .aux-burger:before, .site-header-section .aux-header .aux-burger:after, .site-header-section .aux-header .aux-burger .mid-line { border-color:#3d3d3d; }\n/* site-menu-full-screen-background-color \n=========================*/\n#fs-menu-search:before { background-color:rgba(255, 255, 255, 0.95); }\n/* site-top-header-background-color \n=========================*/\n#top-header {background-color:#FFFFFF;}\n/* blog-post-share-button-icon-size \n=========================*/\n.single-post .aux-single-post-share span::before { font-size:10px; }\n/* post-title-bar-overlay-pattern-opacity \n=========================*/\n.single-post .aux-overlay-bg-hash::before { opacity:0.15; }\n/* page-title-bar-overlay-pattern-opacity \n=========================*/\n.page .aux-overlay-bg-hash::before { opacity:0.5; }\n/* subfooter-bar-layout-bg-color \n=========================*/\n.aux-subfooter-bar { background-color:#fafafa; }\n/* subfooter-bar-top-border-color \n=========================*/\n.aux-subfooter-bar { border-top:1px solid #EAEAEA; }\n/* subfooter-layout-bg-image-position \n=========================*/\n.aux-subfooter {background-position:center center;}\n/* subfooter-layout-bg-image-size \n=========================*/\n.aux-subfooter {background-size:cover;}\n/* subfooter-layout-bg-image-repeat \n=========================*/\n.aux-subfooter {background-repeat:no-repeat;}\n/* subfooter-top-border-color \n=========================*/\n.aux-subfooter { border-top:1px solid #EAEAEA; }\n/* site-footer-bg-color \n=========================*/\n.aux-site-footer {background-color:#1A1A1A;}\n/* footer-top-border-color \n=========================*/\n.aux-site-footer {border-top:1px solid #EAEAEA;}\n/* footer-top-border-width \n=========================*/\n.aux-site-footer { border-top-width:1px; }\n/* site-secondary-logo-max-height \n=========================*/\n.aux-logo-footer .aux-logo-anchor img { max-height:50px; }\n/* portfolio-single-share-button-icon-size \n=========================*/\n.single-portfolio .aux-single-portfolio-share span::before { font-size:10px; }\n/* portfolio-title-bar-overlay-pattern-opacity \n=========================*/\n.single-portfolio .aux-overlay-bg-hash::before { opacity:0.5; }\n/* portfolio-classic-entry-box-background-color \n=========================*/\n.post-type-archive-portfolio .aux-entry-boxed .entry-main { background-color:#FFFFFF; }\n/* portfolio-classic-entry-box-border-color \n=========================*/\n.post-type-archive-portfolio .aux-entry-boxed .entry-main { border-color:#EAEAEA !important; }\n/* portfolio-land-side-background-color \n=========================*/\n.post-type-archive-portfolio .aux-item-land .aux-land-side { background-color:#FFFFFF; }\n/* portfolio-land-side-border-color \n=========================*/\n.post-type-archive-portfolio .aux-item-land .aux-land-side { border-color:#EAEAEA !important; }\n\";s:16:\"custom_css_array\";a:35:{s:17:\"header_logo_width\";s:52:\".aux-logo-header .aux-logo-anchor{ max-width:80px; }\";s:27:\"header_logo_max_height_type\";s:60:\".aux-logo-header .aux-logo-anchor > img { max-height:85px; }\";s:23:\"elementor_color_primary\";s:75:\".aux-customize-preview.elementor-kit-5 {--e-global-color-primary: #6EC1E4;}\";s:25:\"elementor_color_secondary\";s:77:\".aux-customize-preview.elementor-kit-5 {--e-global-color-secondary: #54595F;}\";s:20:\"elementor_color_text\";s:72:\".aux-customize-preview.elementor-kit-5 {--e-global-color-text: #7A7A7A;}\";s:22:\"elementor_color_accent\";s:74:\".aux-customize-preview.elementor-kit-5 {--e-global-color-accent: #61CE70;}\";s:27:\"site_frame_background_color\";s:192:\"@media screen and (min-width: 700px) { .aux-framed .aux-side-frames, body.aux-framed:after, .aux-framed .aux-side-frames:before, .aux-framed .aux-side-frames:after {background-color:#111111;}}\";s:19:\"sticky_header_color\";s:118:\".aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section { background-color:#FFFFFF !important; }\";s:35:\"site_header_container_scaled_height\";s:287:\".aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements,.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section > .elementor-container { min-height:80px; }\";s:28:\"site_header_container_height\";s:161:\".site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height:85px; }\";s:31:\"site_transparent_header_bgcolor\";s:50:\".site-header-section { background-color:#FFFFFF; }\";s:35:\"site_vertical_menu_background_color\";s:50:\".aux-vertical-menu-side { background-color:#FFF; }\";s:34:\"site_header_navigation_item_height\";s:87:\".site-header-section .aux-middle .aux-menu-depth-0 > .aux-item-content { height:60px; }\";s:38:\"site_mobile_header_toggle_button_color\";s:185:\".site-header-section .aux-header .aux-burger:before, .site-header-section .aux-header .aux-burger:after, .site-header-section .aux-header .aux-burger .mid-line { border-color:#3d3d3d; }\";s:38:\"site_menu_full_screen_background_color\";s:70:\"#fs-menu-search:before { background-color:rgba(255, 255, 255, 0.95); }\";s:32:\"site_top_header_background_color\";s:39:\"#top-header {background-color:#FFFFFF;}\";s:32:\"blog_post_share_button_icon_size\";s:68:\".single-post .aux-single-post-share span::before { font-size:10px; }\";s:38:\"post_title_bar_overlay_pattern_opacity\";s:59:\".single-post .aux-overlay-bg-hash::before { opacity:0.15; }\";s:38:\"page_title_bar_overlay_pattern_opacity\";s:51:\".page .aux-overlay-bg-hash::before { opacity:0.5; }\";s:29:\"subfooter_bar_layout_bg_color\";s:48:\".aux-subfooter-bar { background-color:#fafafa; }\";s:30:\"subfooter_bar_top_border_color\";s:52:\".aux-subfooter-bar { border-top:1px solid #EAEAEA; }\";s:34:\"subfooter_layout_bg_image_position\";s:51:\".aux-subfooter {background-position:center center;}\";s:30:\"subfooter_layout_bg_image_size\";s:39:\".aux-subfooter {background-size:cover;}\";s:32:\"subfooter_layout_bg_image_repeat\";s:45:\".aux-subfooter {background-repeat:no-repeat;}\";s:26:\"subfooter_top_border_color\";s:48:\".aux-subfooter { border-top:1px solid #EAEAEA; }\";s:20:\"site_footer_bg_color\";s:44:\".aux-site-footer {background-color:#1A1A1A;}\";s:23:\"footer_top_border_color\";s:48:\".aux-site-footer {border-top:1px solid #EAEAEA;}\";s:23:\"footer_top_border_width\";s:42:\".aux-site-footer { border-top-width:1px; }\";s:30:\"site_secondary_logo_max_height\";s:58:\".aux-logo-footer .aux-logo-anchor img { max-height:50px; }\";s:39:\"portfolio_single_share_button_icon_size\";s:78:\".single-portfolio .aux-single-portfolio-share span::before { font-size:10px; }\";s:43:\"portfolio_title_bar_overlay_pattern_opacity\";s:63:\".single-portfolio .aux-overlay-bg-hash::before { opacity:0.5; }\";s:44:\"portfolio_classic_entry_box_background_color\";s:87:\".post-type-archive-portfolio .aux-entry-boxed .entry-main { background-color:#FFFFFF; }\";s:40:\"portfolio_classic_entry_box_border_color\";s:94:\".post-type-archive-portfolio .aux-entry-boxed .entry-main { border-color:#EAEAEA !important; }\";s:36:\"portfolio_land_side_background_color\";s:88:\".post-type-archive-portfolio .aux-item-land .aux-land-side { background-color:#FFFFFF; }\";s:32:\"portfolio_land_side_border_color\";s:95:\".post-type-archive-portfolio .aux-item-land .aux-land-side { border-color:#EAEAEA !important; }\";}s:16:\"custom_js_string\";s:0:\"\";s:15:\"custom_js_array\";a:0:{}s:23:\"are_auxin_caps_assigned\";i:1;s:20:\"initial_version_free\";s:5:\"2.9.3\";s:17:\"initial_date_free\";s:19:\"2022-04-01 17:28:03\";s:10:\"client_key\";s:30:\"H01d3paMLGH593=hVa62ybci8Rg09=\";s:24:\"auxin_capabilities_added\";i:1;s:13:\"custom_js_ver\";d:7.9;s:20:\"use_inline_custom_js\";b:0;s:14:\"custom_css_ver\";d:3.5;s:21:\"use_inline_custom_css\";b:0;s:26:\"auxin_wp_image_sizes_ratio\";i:1;s:45:\"auxin_permalink_permalink_options_initialized\";i:1;s:37:\"auxin_permalink_pending_rewrite_rules\";i:0;s:25:\"default_template_imported\";b:1;s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:546;}', 'yes'),
(265, 'smile_fonts', 'a:1:{s:11:\"phlox-icons\";a:4:{s:7:\"include\";s:17:\"smile_fonts/phlox\";s:6:\"folder\";s:17:\"smile_fonts/phlox\";s:5:\"style\";s:21:\"phlox/auxin-front.css\";s:6:\"config\";s:11:\"charmap.php\";}}', 'yes'),
(266, '_transient_auxin_maybe_flush_autoptimize_cache', '172800', 'yes'),
(267, 'rp4wp_do_install', '0', 'no'),
(268, 'widget_aux_about_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(269, 'widget_aux_recent_post_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(270, 'widget_aux_popular_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(271, 'widget_aux_testimonial', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(272, 'widget_aux_staff', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(273, 'widget_aux_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(274, 'widget_aux_code', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(275, 'widget_aux_contact_form', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(276, 'widget_aux_divider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(277, 'widget_aux_gmaps', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(278, 'widget_aux_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(279, 'widget_aux_before_after', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(280, 'widget_aux_accordion_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(281, 'widget_aux_tabs_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(282, 'widget_aux_latest_posts_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(283, 'widget_aux_quote', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(284, 'widget_aux_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(285, 'widget_aux_socials_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(286, 'widget_aux_socials_list_2', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(287, 'widget_aux_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(288, 'widget_aux_contact_box', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(295, 'medium_crop', '1', 'yes'),
(296, 'medium_large_crop', '1', 'yes'),
(297, 'large_crop', '1', 'yes'),
(298, '_transient_auxin_update_plugins', 'O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1743874712;s:8:\"response\";a:2:{s:33:\"auxin-elements/auxin-elements.php\";a:3:{s:4:\"slug\";s:14:\"auxin-elements\";s:7:\"version\";s:6:\"2.17.5\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/auxin-elements.2.17.5.zip\";}s:35:\"auxin-portfolio/auxin-portfolio.php\";a:3:{s:4:\"slug\";s:15:\"auxin-portfolio\";s:7:\"version\";s:5:\"2.3.9\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/auxin-portfolio.2.3.9.zip\";}}}', 'yes'),
(299, '_transient_auxin_update_themes', 'O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1743874713;s:8:\"response\";a:1:{s:5:\"phlox\";a:3:{s:4:\"slug\";s:5:\"phlox\";s:7:\"version\";s:6:\"2.17.6\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/phlox.2.17.6.zip\";}}}', 'yes'),
(300, '_transient_auxin-notice-rate_phlox_free-snooze', '1649006887', 'yes'),
(307, 'elementor_active_kit', '5', 'yes'),
(310, 'elementor_disable_color_schemes', 'yes', 'yes'),
(311, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(312, 'elementor_page_title_selector', '.page-title', 'yes'),
(313, 'elementor_allow_svg', '1', 'yes'),
(316, 'elementor_version', '3.6.1', 'yes'),
(317, 'elementor_install_history', 'a:1:{s:5:\"3.6.1\";i:1648834105;}', 'yes'),
(318, 'elementor_events_db_version', '1.0.0', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(320, 'elementor_log', 'a:5:{s:32:\"de37ef35317ebd119cfa952311f9f251\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:93:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:301;s:7:\"\0*\0date\";s:19:\"2022-04-01 17:28:25\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:23636;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-03-30 03:56:26\";i:1;s:19:\"2026-03-30 03:56:27\";i:2;s:19:\"2026-03-30 03:56:27\";i:3;s:19:\"2026-03-30 03:56:27\";i:4;s:19:\"2026-03-30 03:56:27\";i:5;s:19:\"2026-03-30 03:56:27\";i:6;s:19:\"2026-03-30 03:56:27\";i:7;s:19:\"2026-03-30 03:56:27\";i:8;s:19:\"2026-03-30 03:56:27\";i:9;s:19:\"2026-03-30 03:56:27\";i:10;s:19:\"2026-03-30 03:56:27\";i:11;s:19:\"2026-03-30 03:56:27\";i:12;s:19:\"2026-03-30 03:56:27\";i:13;s:19:\"2026-03-30 03:56:27\";i:14;s:19:\"2026-03-30 03:56:27\";i:15;s:19:\"2026-03-30 03:56:28\";i:16;s:19:\"2026-03-30 03:56:28\";i:17;s:19:\"2026-03-30 03:56:28\";i:18;s:19:\"2026-03-30 03:56:28\";i:19;s:19:\"2026-03-30 03:56:28\";i:20;s:19:\"2026-03-30 03:56:28\";i:21;s:19:\"2026-03-30 03:56:28\";i:22;s:19:\"2026-03-30 06:57:21\";i:23;s:19:\"2026-03-30 09:39:52\";i:24;s:19:\"2026-03-30 09:40:05\";i:25;s:19:\"2026-03-30 09:40:20\";i:26;s:19:\"2026-03-30 09:40:34\";i:27;s:19:\"2026-03-30 09:40:50\";i:28;s:19:\"2026-03-30 16:14:46\";i:29;s:19:\"2026-03-30 16:35:36\";i:30;s:19:\"2026-03-30 16:35:39\";i:31;s:19:\"2026-03-30 16:35:44\";i:32;s:19:\"2026-03-30 16:35:49\";i:33;s:19:\"2026-03-30 16:35:53\";i:34;s:19:\"2026-03-31 03:24:22\";i:35;s:19:\"2026-03-31 11:53:48\";i:36;s:19:\"2026-03-31 17:35:52\";i:37;s:19:\"2026-03-31 17:38:55\";i:38;s:19:\"2026-03-31 18:47:13\";i:39;s:19:\"2026-03-31 22:35:41\";i:40;s:19:\"2026-04-01 00:04:54\";i:41;s:19:\"2026-04-01 05:25:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:93:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:301;s:5:\"trace\";b:1;}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:95:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2022-04-01 18:24:53\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2022-04-01 18:24:53\";i:1;s:19:\"2022-04-01 18:25:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:95:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"211f0658aedcc74a983c53a4ed428085\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:90:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:7:\"\0*\0line\";i:88;s:7:\"\0*\0date\";s:19:\"2022-04-01 18:24:55\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1089:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php:88\nStack trace:\n#0 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php(833): Elementor\\Core\\Files\\Uploads_Manager-&gt;extract_and_validate_zip(&#039;/tmp/phpDAS5ii&#039;)\n#1 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(437): Elementor\\TemplateLibrary\\Source_Local-&gt;import_template(&#039;NayyarShaikh-Ph...&#039;, &#039;/tmp/phpDAS5ii&#039;)\n#2 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(626): Elementor\\TemplateLibrary\\Manager-&gt;direct_import_template(Array)\n#3 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(307): Elementor\\TemplateLibrary\\Manager-&gt;handle_direct_actions(&#039;&#039;)\n#4 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#5 /home/irovz794gpdq/public_html/wp-includes/plug\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-01 18:24:55\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php:88\nStack trace:\n#0 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php(833): Elementor\\Core\\Files\\Uploads_Manager->extract_and_validate_zip(\'/tmp/phpDAS5ii\')\n#1 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(437): Elementor\\TemplateLibrary\\Source_Local->import_template(\'NayyarShaikh-Ph...\', \'/tmp/phpDAS5ii\')\n#2 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(626): Elementor\\TemplateLibrary\\Manager->direct_import_template(Array)\n#3 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(307): Elementor\\TemplateLibrary\\Manager->handle_direct_actions(\'\')\n#4 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(\'\', Array)\n#5 /home/irovz794gpdq/public_html/wp-includes/plug\";s:4:\"file\";s:90:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:4:\"line\";i:88;s:5:\"trace\";b:1;}}s:32:\"6807b26d93c07e84b89f512e83f92ede\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:90:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:7:\"\0*\0line\";i:88;s:7:\"\0*\0date\";s:19:\"2022-04-01 18:25:11\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1089:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php:88\nStack trace:\n#0 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php(833): Elementor\\Core\\Files\\Uploads_Manager-&gt;extract_and_validate_zip(&#039;/tmp/phpTDL90W&#039;)\n#1 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(437): Elementor\\TemplateLibrary\\Source_Local-&gt;import_template(&#039;NayyarShaikh-Ph...&#039;, &#039;/tmp/phpTDL90W&#039;)\n#2 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(626): Elementor\\TemplateLibrary\\Manager-&gt;direct_import_template(Array)\n#3 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(307): Elementor\\TemplateLibrary\\Manager-&gt;handle_direct_actions(&#039;&#039;)\n#4 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#5 /home/irovz794gpdq/public_html/wp-includes/plug\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-01 18:25:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php:88\nStack trace:\n#0 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php(833): Elementor\\Core\\Files\\Uploads_Manager->extract_and_validate_zip(\'/tmp/phpTDL90W\')\n#1 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(437): Elementor\\TemplateLibrary\\Source_Local->import_template(\'NayyarShaikh-Ph...\', \'/tmp/phpTDL90W\')\n#2 /home/irovz794gpdq/public_html/wp-content/plugins/elementor/includes/template-library/manager.php(626): Elementor\\TemplateLibrary\\Manager->direct_import_template(Array)\n#3 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(307): Elementor\\TemplateLibrary\\Manager->handle_direct_actions(\'\')\n#4 /home/irovz794gpdq/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(\'\', Array)\n#5 /home/irovz794gpdq/public_html/wp-includes/plug\";s:4:\"file\";s:90:\"/home/irovz794gpdq/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:4:\"line\";i:88;s:5:\"trace\";b:1;}}s:32:\"3ef14a50ac73bfe63fef0b4b98625296\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"586436\";s:7:\"\0*\0file\";s:79:\"https://theav.in/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-04-02 11:53:09\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading \\&#039;val\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2022-04-02 11:53:09\";i:1;s:19:\"2022-04-02 11:53:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1648900389\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \\\'val\\\')\";s:3:\"url\";s:79:\"https://theav.in/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"586436\";}}}', 'off'),
(327, 'phlox_audit_token', '4520ff2de657a528427f9a42fed4c080', 'yes'),
(332, 'phlox_theme_options', 'a:566:{s:24:\"typography_html_template\";s:0:\"\";s:27:\"global_colors_html_template\";s:0:\"\";s:17:\"site_wrapper_size\";s:4:\"full\";s:21:\"site_max_width_layout\";s:5:\"s-fhd\";s:15:\"body_typography\";s:0:\"\";s:19:\"general_heading_all\";s:0:\"\";s:18:\"general_heading_h1\";s:0:\"\";s:18:\"general_heading_h2\";s:0:\"\";s:18:\"general_heading_h3\";s:0:\"\";s:18:\"general_heading_h4\";s:0:\"\";s:18:\"general_heading_h5\";s:0:\"\";s:17:\"header_logo_width\";s:2:\"80\";s:27:\"header_logo_max_height_type\";s:6:\"custom\";s:22:\"header_logo_max_height\";s:2:\"85\";s:25:\"page_animation_nav_enable\";s:0:\"\";s:23:\"page_animation_nav_type\";s:4:\"fade\";s:19:\"page_preload_enable\";s:0:\"\";s:27:\"page_preload_custom_loading\";s:0:\"\";s:26:\"page_preload_loading_image\";s:0:\"\";s:25:\"page_preload_prgoress_bar\";s:1:\"1\";s:34:\"page_preload_prgoress_bar_position\";s:3:\"top\";s:31:\"page_preload_prgoress_bar_color\";s:7:\"#FFFFFF\";s:31:\"page_preload_page_overlay_color\";s:0:\"\";s:23:\"elementor_color_primary\";s:7:\"#6EC1E4\";s:25:\"elementor_color_secondary\";s:7:\"#54595F\";s:20:\"elementor_color_text\";s:7:\"#7A7A7A\";s:22:\"elementor_color_accent\";s:7:\"#61CE70\";s:39:\"elementor_global_custom_colors_repeater\";s:0:\"\";s:31:\"use_legacy_featured_colors_info\";s:0:\"\";s:26:\"use_legacy_featured_colors\";s:0:\"\";s:21:\"site_featured_color_1\";s:0:\"\";s:21:\"site_featured_color_2\";s:0:\"\";s:21:\"site_featured_color_3\";s:0:\"\";s:21:\"site_featured_color_4\";s:0:\"\";s:21:\"site_featured_color_5\";s:0:\"\";s:21:\"site_featured_color_6\";s:0:\"\";s:21:\"site_featured_color_7\";s:0:\"\";s:21:\"site_featured_color_8\";s:0:\"\";s:25:\"site_body_background_show\";s:0:\"\";s:26:\"site_body_background_color\";s:0:\"\";s:28:\"site_body_background_pattern\";s:4:\"none\";s:26:\"site_body_background_image\";s:0:\"\";s:25:\"site_body_background_size\";s:4:\"auto\";s:27:\"site_body_background_repeat\";s:9:\"no-repeat\";s:29:\"site_body_background_position\";s:8:\"left top\";s:27:\"site_body_background_attach\";s:6:\"scroll\";s:29:\"site_content_background_color\";s:0:\"\";s:15:\"site_frame_show\";s:0:\"\";s:27:\"site_frame_background_color\";s:7:\"#111111\";s:24:\"global_video_player_skin\";s:4:\"dark\";s:24:\"global_audio_player_skin\";s:4:\"dark\";s:23:\"archive_pagination_skin\";s:10:\"aux-square\";s:34:\"archive_pagination_skin_typography\";s:0:\"\";s:41:\"archive_pagination_skin_active_typography\";s:0:\"\";s:44:\"archive_pagination_skin_next_prev_typography\";s:0:\"\";s:33:\"site_mobile_browser_toolbar_color\";s:7:\"#1bb0ce\";s:20:\"comment_forms_inputs\";a:4:{i:0;s:5:\"email\";i:1;s:6:\"author\";i:2;s:3:\"url\";i:3;s:7:\"cookies\";}s:18:\"comment_forms_skin\";s:7:\"classic\";s:19:\"comment_forms_label\";s:0:\"\";s:24:\"comment_forms_label_typo\";s:0:\"\";s:20:\"comment_forms_layout\";s:7:\"default\";s:26:\"comment_forms_replay_title\";s:13:\"Add a Comment\";s:31:\"comment_forms_replay_title_typo\";s:0:\"\";s:19:\"comment_forms_notes\";s:70:\"Your email address will not be published. Required fields are marked *\";s:24:\"comment_forms_notes_typo\";s:0:\"\";s:33:\"comment_forms_response_title_typo\";s:0:\"\";s:25:\"comment_forms_button_typo\";s:0:\"\";s:30:\"comment_forms_placeholder_typo\";s:0:\"\";s:19:\"comment_author_typo\";s:0:\"\";s:17:\"comment_info_typo\";s:0:\"\";s:20:\"comment_content_typo\";s:0:\"\";s:38:\"sidebar_common_widget_title_typography\";s:0:\"\";s:39:\"sidebar_primary_widget_title_typography\";s:0:\"\";s:41:\"sidebar_secondary_widget_title_typography\";s:0:\"\";s:25:\"sidebar_global_typography\";s:0:\"\";s:24:\"sidebar_widget_togglable\";s:0:\"\";s:29:\"sidebar_widget_expand_on_init\";s:1:\"1\";s:23:\"sidebar_custom_dropdown\";s:4:\"none\";s:35:\"site_elementor_header_edit_template\";i:6;s:30:\"site_elementor_header_template\";i:6;s:39:\"site_elementor_header_templates_library\";s:0:\"\";s:22:\"site_header_use_legacy\";s:0:\"\";s:19:\"site_overlay_header\";b:0;s:22:\"site_header_top_sticky\";b:0;s:19:\"sticky_header_color\";s:7:\"#FFFFFF\";s:35:\"site_header_container_scaled_height\";s:2:\"80\";s:17:\"site_header_info3\";s:0:\"\";s:30:\"site_header_section_use_legacy\";s:0:\"\";s:22:\"site_header_top_layout\";s:21:\"horizontal-menu-right\";s:17:\"site_header_width\";s:5:\"boxed\";s:28:\"site_header_container_height\";s:2:\"85\";s:25:\"site_header_search_button\";s:0:\"\";s:24:\"site_header_social_icons\";s:0:\"\";s:20:\"site_header_msg_text\";s:0:\"\";s:29:\"site_header_social_icons_size\";s:5:\"small\";s:16:\"show_header_logo\";s:1:\"1\";s:25:\"site_header_border_bottom\";s:1:\"1\";s:21:\"site_header_animation\";s:0:\"\";s:27:\"site_header_animation_delay\";s:0:\"\";s:31:\"site_transparent_header_bgcolor\";s:7:\"#FFFFFF\";s:24:\"site_header_color_scheme\";s:4:\"dark\";s:31:\"site_header_sticky_color_scheme\";s:4:\"dark\";s:26:\"site_header_logo_can_scale\";s:1:\"1\";s:35:\"site_vertical_menu_background_color\";s:4:\"#FFF\";s:33:\"site_header_navigation_use_legacy\";s:0:\"\";s:31:\"site_header_navigation_sub_skin\";s:7:\"classic\";s:32:\"site_vertical_header_items_align\";s:4:\"left\";s:40:\"site_vertical_header_navigation_sub_skin\";s:7:\"classic\";s:33:\"site_header_navigation_sub_effect\";s:0:\"\";s:37:\"site_header_navigation_with_indicator\";s:1:\"1\";s:36:\"site_header_navigation_with_splitter\";s:1:\"1\";s:33:\"site_vertical_menu_footer_display\";s:1:\"1\";s:34:\"site_vertical_header_search_border\";s:1:\"1\";s:28:\"site_vertical_menu_copyright\";s:1:\"1\";s:35:\"site_header_navigation_sub_location\";s:12:\"below-header\";s:34:\"site_header_navigation_item_height\";s:2:\"60\";s:37:\"site_mobile_header_section_use_legacy\";s:0:\"\";s:38:\"site_mobile_header_toggle_button_color\";s:7:\"#3d3d3d\";s:38:\"site_mobile_header_toggle_button_style\";s:14:\"aux-lite-small\";s:32:\"site_header_mobile_menu_position\";s:10:\"toggle-bar\";s:38:\"site_menu_full_screen_background_color\";s:25:\"rgba(255, 255, 255, 0.95)\";s:26:\"site_menu_full_screen_skin\";s:0:\"\";s:31:\"site_header_fullscreen_template\";s:6:\"center\";s:38:\"site_menu_full_screen_background_image\";s:0:\"\";s:32:\"site_header_fullscreen_indicator\";s:1:\"1\";s:43:\"site_header_mobile_menu_offcanvas_alignment\";s:4:\"left\";s:28:\"site_header_mobile_menu_type\";s:6:\"toggle\";s:33:\"site_topheader_section_use_legacy\";s:0:\"\";s:14:\"show_topheader\";s:0:\"\";s:22:\"site_top_header_layout\";s:10:\"topheader1\";s:30:\"top_header_navigation_sub_skin\";s:7:\"classic\";s:32:\"site_top_header_background_color\";s:7:\"#FFFFFF\";s:35:\"site_top_header_background_gradient\";s:0:\"\";s:17:\"topheader_message\";s:0:\"\";s:27:\"topheader_secondary_message\";s:0:\"\";s:35:\"site_full_screen_section_use_legacy\";s:0:\"\";s:41:\"site_header_typography_section_use_legacy\";s:0:\"\";s:27:\"header_main_menu_typography\";s:0:\"\";s:25:\"header_submenu_typography\";s:0:\"\";s:34:\"header_menu_active_item_typography\";s:0:\"\";s:21:\"site_title_typography\";s:0:\"\";s:27:\"site_description_typography\";s:0:\"\";s:48:\"site_header_topbar_typography_section_use_legacy\";s:0:\"\";s:30:\"topheader_main_menu_typography\";s:0:\"\";s:28:\"topheader_message_typography\";s:0:\"\";s:38:\"topheader_secondary_message_typography\";s:0:\"\";s:22:\"socials_hide_on_tablet\";s:1:\"1\";s:21:\"socials_hide_on_phone\";s:1:\"1\";s:19:\"socials_brand_color\";s:0:\"\";s:25:\"socials_brand_color_hover\";s:0:\"\";s:26:\"socials_brand_color_custom\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:8:\"telegram\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:28:\"post_single_sidebar_position\";s:13:\"right-sidebar\";s:30:\"post_single_sidebar_decoration\";s:6:\"border\";s:26:\"post_single_featured_color\";s:7:\"#1bb0ce\";s:21:\"post_max_width_layout\";s:0:\"\";s:25:\"post_single_content_style\";s:6:\"simple\";s:28:\"post_show_content_top_margin\";s:1:\"1\";s:22:\"show_post_single_media\";s:1:\"1\";s:26:\"show_post_single_meta_info\";s:1:\"1\";s:19:\"post_meta_date_show\";s:1:\"1\";s:21:\"post_meta_author_show\";s:1:\"1\";s:23:\"post_meta_comments_show\";s:1:\"1\";s:25:\"post_meta_categories_show\";s:1:\"1\";s:29:\"show_post_single_tags_section\";s:1:\"1\";s:27:\"show_blog_post_share_button\";s:1:\"1\";s:27:\"blog_post_share_button_type\";s:4:\"icon\";s:27:\"blog_post_share_button_icon\";s:13:\"auxicon-share\";s:33:\"blog_post_share_button_icon_color\";s:0:\"\";s:39:\"blog_post_share_button_icon_hover_color\";s:0:\"\";s:32:\"blog_post_share_button_icon_size\";s:0:\"\";s:29:\"blog_post_share_button_margin\";s:0:\"\";s:24:\"show_blog_author_section\";s:0:\"\";s:29:\"show_blog_author_section_text\";s:1:\"1\";s:31:\"show_blog_author_section_social\";s:1:\"1\";s:30:\"show_post_single_next_prev_nav\";s:1:\"1\";s:30:\"post_single_next_prev_nav_skin\";s:7:\"minimal\";s:30:\"comment_cookie_consent_enabled\";s:1:\"1\";s:19:\"comment_avatar_size\";s:2:\"60\";s:19:\"post_title_bar_show\";s:0:\"\";s:21:\"post_title_bar_preset\";s:14:\"normal_title_1\";s:31:\"post_title_bar_enable_customize\";s:0:\"\";s:33:\"post_title_bar_content_width_type\";s:5:\"boxed\";s:37:\"post_title_bar_content_section_height\";s:4:\"auto\";s:29:\"post_title_bar_vertical_align\";s:0:\"\";s:27:\"post_title_bar_scroll_arrow\";s:0:\"\";s:25:\"post_title_bar_title_show\";s:1:\"1\";s:31:\"post_title_bar_heading_bordered\";s:0:\"\";s:28:\"post_title_bar_heading_boxed\";s:0:\"\";s:31:\"post_title_bar_heading_bg_color\";s:0:\"\";s:27:\"post_title_bar_meta_enabled\";s:0:\"\";s:28:\"post_title_bar_bread_enabled\";s:1:\"1\";s:29:\"post_title_bar_bread_bordered\";s:0:\"\";s:30:\"post_title_bar_bread_sep_style\";s:23:\"auxicon-chevron-right-1\";s:25:\"post_title_bar_text_align\";s:4:\"left\";s:28:\"post_title_bar_overlay_color\";s:0:\"\";s:30:\"post_title_bar_overlay_pattern\";s:4:\"none\";s:38:\"post_title_bar_overlay_pattern_opacity\";s:4:\"0.15\";s:26:\"post_title_bar_color_style\";s:4:\"dark\";s:22:\"post_title_bar_bg_show\";s:0:\"\";s:26:\"post_title_bar_bg_parallax\";s:0:\"\";s:23:\"post_title_bar_bg_color\";s:0:\"\";s:22:\"post_title_bar_bg_size\";s:4:\"auto\";s:23:\"post_title_bar_bg_image\";s:0:\"\";s:27:\"post_title_bar_bg_video_mp4\";s:0:\"\";s:27:\"post_title_bar_bg_video_ogg\";s:0:\"\";s:28:\"post_title_bar_bg_video_webm\";s:0:\"\";s:35:\"post_single_title_show_over_content\";s:1:\"1\";s:27:\"post_single_title_alignment\";s:7:\"default\";s:24:\"post_index_template_type\";s:7:\"default\";s:32:\"blog_archive_show_featured_image\";s:1:\"1\";s:29:\"post_archive_max_width_layout\";s:0:\"\";s:23:\"post_image_aspect_ratio\";s:4:\"0.56\";s:32:\"blog_archive_mask_featured_image\";s:1:\"1\";s:32:\"post_index_column_content_layout\";s:4:\"full\";s:17:\"display_post_info\";s:1:\"1\";s:18:\"post_info_position\";s:11:\"after-title\";s:22:\"display_post_info_date\";s:1:\"1\";s:24:\"display_post_info_author\";s:1:\"1\";s:28:\"display_post_info_categories\";s:1:\"1\";s:26:\"display_post_info_comments\";s:1:\"1\";s:28:\"display_post_comments_number\";s:1:\"1\";s:28:\"blog_display_author_readmore\";s:8:\"readmore\";s:26:\"blog_display_author_header\";s:1:\"1\";s:26:\"blog_display_author_footer\";s:0:\"\";s:24:\"post_index_column_number\";s:1:\"4\";s:31:\"post_index_column_number_tablet\";s:7:\"inherit\";s:31:\"post_index_column_number_mobile\";s:1:\"1\";s:21:\"exclude_without_media\";s:1:\"1\";s:31:\"post_exclude_quote_link_formats\";s:1:\"1\";s:24:\"post_index_loadmore_type\";s:0:\"\";s:25:\"post_index_read_more_text\";s:9:\"Read More\";s:29:\"post_index_timeline_alignment\";s:6:\"center\";s:27:\"post_index_sidebar_position\";s:13:\"right-sidebar\";s:29:\"post_index_sidebar_decoration\";s:6:\"border\";s:23:\"blog_content_on_listing\";s:4:\"full\";s:30:\"blog_content_on_listing_length\";s:3:\"255\";s:24:\"post_archive_slider_show\";s:1:\"1\";s:24:\"post_archive_slider_type\";s:7:\"default\";s:28:\"post_archive_slider_location\";s:5:\"block\";s:30:\"post_archive_slider_slides_num\";s:2:\"10\";s:27:\"post_archive_slider_exclude\";s:0:\"\";s:27:\"post_archive_slider_include\";s:0:\"\";s:26:\"post_archive_slider_offset\";s:0:\"\";s:28:\"post_archive_slider_order_by\";s:4:\"date\";s:29:\"post_archive_slider_order_dir\";s:4:\"DESC\";s:24:\"post_archive_slider_skin\";s:14:\"aux-light-skin\";s:29:\"post_archive_slider_add_title\";s:1:\"1\";s:28:\"post_archive_slider_add_meta\";s:1:\"1\";s:30:\"post_archive_slider_image_from\";s:4:\"auto\";s:32:\"post_archive_slider_custom_image\";s:0:\"\";s:42:\"post_archive_slider_exclude_without_images\";s:1:\"1\";s:25:\"post_archive_slider_width\";s:3:\"960\";s:26:\"post_archive_slider_height\";s:3:\"560\";s:26:\"post_archive_slider_arrows\";s:0:\"\";s:25:\"post_archive_slider_space\";s:1:\"5\";s:24:\"post_archive_slider_loop\";s:1:\"1\";s:29:\"post_archive_slider_slideshow\";s:0:\"\";s:35:\"post_archive_slider_slideshow_delay\";s:1:\"2\";s:35:\"post_taxonomy_archive_template_type\";s:7:\"default\";s:38:\"post_taxonomy_archive_sidebar_position\";s:13:\"right-sidebar\";s:40:\"post_taxonomy_archive_sidebar_decoration\";s:6:\"border\";s:40:\"post_taxonomy_archive_content_on_listing\";s:4:\"full\";s:39:\"post_taxonomy_archive_on_listing_length\";s:3:\"255\";s:26:\"display_post_taxonomy_info\";s:1:\"1\";s:31:\"display_post_taxonomy_info_date\";s:1:\"1\";s:33:\"display_post_taxonomy_info_author\";s:1:\"1\";s:37:\"display_post_taxonomy_info_categories\";s:1:\"1\";s:35:\"display_post_taxonomy_info_comments\";s:1:\"1\";s:37:\"display_post_taxonomy_widget_comments\";s:1:\"1\";s:37:\"display_post_taxonomy_author_readmore\";s:8:\"readmore\";s:35:\"display_post_taxonomy_author_header\";s:1:\"1\";s:35:\"display_post_taxonomy_author_footer\";s:0:\"\";s:27:\"post_taxonomy_loadmore_type\";s:0:\"\";s:28:\"single_post_title_typography\";s:0:\"\";s:30:\"single_post_content_typography\";s:0:\"\";s:27:\"single_post_info_typography\";s:0:\"\";s:33:\"single_post_info_terms_typography\";s:0:\"\";s:27:\"single_post_meta_typography\";s:0:\"\";s:33:\"single_post_meta_terms_typography\";s:0:\"\";s:31:\"single_post_subtitle_typography\";s:0:\"\";s:33:\"single_post_breadcrumb_typography\";s:0:\"\";s:26:\"blog_page_title_typography\";s:0:\"\";s:25:\"blog_page_info_typography\";s:0:\"\";s:31:\"blog_page_info_terms_typography\";s:0:\"\";s:28:\"blog_page_content_typography\";s:0:\"\";s:27:\"blog_page_button_typography\";s:0:\"\";s:28:\"page_single_sidebar_position\";s:10:\"no-sidebar\";s:30:\"page_single_sidebar_decoration\";s:6:\"border\";s:28:\"page_show_content_top_margin\";s:1:\"1\";s:21:\"page_max_width_layout\";s:0:\"\";s:19:\"page_content_layout\";s:5:\"boxed\";s:19:\"page_title_bar_show\";s:1:\"1\";s:21:\"page_title_bar_preset\";s:14:\"normal_title_1\";s:31:\"page_title_bar_enable_customize\";s:0:\"\";s:33:\"page_title_bar_content_width_type\";s:5:\"boxed\";s:37:\"page_title_bar_content_section_height\";s:4:\"auto\";s:29:\"page_title_bar_vertical_align\";s:0:\"\";s:27:\"page_title_bar_scroll_arrow\";s:0:\"\";s:25:\"page_title_bar_title_show\";s:1:\"1\";s:31:\"page_title_bar_heading_bordered\";s:0:\"\";s:28:\"page_title_bar_heading_boxed\";s:0:\"\";s:31:\"page_title_bar_heading_bg_color\";s:0:\"\";s:27:\"page_title_bar_meta_enabled\";s:0:\"\";s:28:\"page_title_bar_bread_enabled\";s:1:\"1\";s:29:\"page_title_bar_bread_bordered\";s:0:\"\";s:30:\"page_title_bar_bread_sep_style\";s:23:\"auxicon-chevron-right-1\";s:25:\"page_title_bar_text_align\";s:4:\"left\";s:28:\"page_title_bar_overlay_color\";s:0:\"\";s:30:\"page_title_bar_overlay_pattern\";s:4:\"none\";s:38:\"page_title_bar_overlay_pattern_opacity\";s:3:\"0.5\";s:26:\"page_title_bar_color_style\";s:4:\"dark\";s:22:\"page_title_bar_bg_show\";s:0:\"\";s:26:\"page_title_bar_bg_parallax\";s:0:\"\";s:23:\"page_title_bar_bg_color\";s:0:\"\";s:22:\"page_title_bar_bg_size\";s:0:\"\";s:23:\"page_title_bar_bg_image\";s:0:\"\";s:27:\"page_title_bar_bg_video_mp4\";s:0:\"\";s:27:\"page_title_bar_bg_video_ogg\";s:0:\"\";s:28:\"page_title_bar_bg_video_webm\";s:0:\"\";s:22:\"page_title__typography\";s:0:\"\";s:25:\"page_subtitle__typography\";s:0:\"\";s:32:\"page_title_breadcrumb_typography\";s:0:\"\";s:37:\"page_title_breadcrumb_link_typography\";s:0:\"\";s:31:\"page_title_breadcrumb_sep_color\";s:0:\"\";s:35:\"site_elementor_footer_edit_template\";i:526;s:30:\"site_elementor_footer_template\";i:526;s:39:\"site_elementor_footer_templates_library\";s:0:\"\";s:22:\"site_footer_use_legacy\";s:0:\"\";s:21:\"site_footer_is_sticky\";s:0:\"\";s:9:\"copyright\";s:40:\"© {{Y}} {{AV.in}}. All rights reserved.\";s:11:\"attribution\";s:0:\"\";s:34:\"footer_privacy_policy_link_display\";s:0:\"\";s:17:\"site_footer_info3\";s:0:\"\";s:37:\"site_subfooter_bar_section_use_legacy\";s:0:\"\";s:18:\"show_subfooter_bar\";s:0:\"\";s:20:\"subfooter_bar_layout\";s:20:\"vertical-small-boxed\";s:29:\"subfooter_bar_layout_bg_color\";s:7:\"#fafafa\";s:30:\"subfooter_bar_top_border_color\";s:7:\"#EAEAEA\";s:33:\"site_subfooter_section_use_legacy\";s:0:\"\";s:14:\"show_subfooter\";s:0:\"\";s:16:\"subfooter_layout\";s:11:\"1-3_1-3_1-3\";s:25:\"subfooter_layout_bg_color\";s:0:\"\";s:28:\"subfooter_layout_bg_gradient\";s:0:\"\";s:25:\"subfooter_layout_bg_image\";s:0:\"\";s:34:\"subfooter_layout_bg_image_position\";s:13:\"center center\";s:30:\"subfooter_layout_bg_image_size\";s:5:\"cover\";s:32:\"subfooter_layout_bg_image_repeat\";s:9:\"no-repeat\";s:23:\"footer_widget_dark_mode\";s:0:\"\";s:26:\"subfooter_top_border_color\";s:7:\"#EAEAEA\";s:24:\"subfooter_hide_on_tablet\";s:0:\"\";s:23:\"subfooter_hide_on_phone\";s:0:\"\";s:44:\"site_subfooter_appearance_section_use_legacy\";s:0:\"\";s:28:\"subfooter_appearance_padding\";s:0:\"\";s:33:\"subfooter_widget_title_typography\";s:0:\"\";s:32:\"subfooter_widget_text_typography\";s:0:\"\";s:32:\"subfooter_widget_link_typography\";s:0:\"\";s:30:\"site_footer_section_use_legacy\";s:0:\"\";s:16:\"show_site_footer\";s:1:\"1\";s:29:\"site_footer_components_layout\";s:14:\"footer_preset4\";s:20:\"site_footer_bg_color\";s:7:\"#1A1A1A\";s:23:\"site_footer_bg_gradient\";s:0:\"\";s:23:\"footer_top_border_color\";s:7:\"#EAEAEA\";s:23:\"footer_top_border_width\";s:1:\"1\";s:41:\"site_footer_appearence_section_use_legacy\";s:0:\"\";s:27:\"footer_copyright_typography\";s:0:\"\";s:34:\"footer_attribution_link_typography\";s:0:\"\";s:37:\"footer_privacy_policy_link_typography\";s:0:\"\";s:27:\"footer_main_menu_typography\";s:0:\"\";s:17:\"show_goto_top_btn\";s:1:\"1\";s:16:\"goto_top_animate\";s:1:\"1\";s:18:\"goto_top_alignment\";s:5:\"right\";s:33:\"enable_site_image_preload_preview\";s:0:\"\";s:38:\"site_image_prelaod_transition_duration\";s:0:\"\";s:27:\"breadcrumbs_text_max_length\";s:2:\"30\";s:12:\"gopro_option\";s:0:\"\";s:25:\"auxin_user_custom_js_head\";s:0:\"\";s:20:\"auxin_user_custom_js\";s:0:\"\";s:16:\"enable_theme_seo\";s:1:\"1\";s:27:\"auxin_user_google_analytics\";s:0:\"\";s:24:\"auxin_google_map_api_key\";s:0:\"\";s:27:\"auxin_user_google_marketing\";s:0:\"\";s:12:\"custom_logo2\";s:0:\"\";s:35:\"site_header_btn1_section_use_legacy\";s:0:\"\";s:21:\"site_header_show_btn1\";s:0:\"\";s:31:\"site_header_show_btn1_on_tablet\";s:1:\"1\";s:30:\"site_header_show_btn1_on_phone\";s:1:\"1\";s:22:\"site_header_btn1_label\";s:6:\"Button\";s:21:\"site_header_btn1_size\";s:5:\"large\";s:22:\"site_header_btn1_shape\";s:5:\"curve\";s:22:\"site_header_btn1_style\";s:0:\"\";s:27:\"site_header_btn1_typography\";s:0:\"\";s:21:\"site_header_btn1_icon\";s:0:\"\";s:27:\"site_header_btn1_icon_align\";s:7:\"default\";s:27:\"site_header_btn1_color_name\";s:9:\"ball-blue\";s:37:\"site_header_btn1_color_name_on_sticky\";s:9:\"ball-blue\";s:21:\"site_header_btn1_link\";s:1:\"#\";s:23:\"site_header_btn1_target\";s:5:\"_self\";s:35:\"site_header_btn2_section_use_legacy\";s:0:\"\";s:21:\"site_header_show_btn2\";s:0:\"\";s:31:\"site_header_show_btn2_on_tablet\";s:1:\"1\";s:30:\"site_header_show_btn2_on_phone\";s:1:\"1\";s:22:\"site_header_btn2_label\";s:6:\"Button\";s:21:\"site_header_btn2_size\";s:5:\"large\";s:22:\"site_header_btn2_shape\";s:5:\"curve\";s:22:\"site_header_btn2_style\";s:7:\"outline\";s:27:\"site_header_btn2_typography\";s:0:\"\";s:21:\"site_header_btn2_icon\";s:0:\"\";s:27:\"site_header_btn2_icon_align\";s:7:\"default\";s:27:\"site_header_btn2_color_name\";s:7:\"emerald\";s:37:\"site_header_btn2_color_name_on_sticky\";s:9:\"ball-blue\";s:21:\"site_header_btn2_link\";s:0:\"\";s:23:\"site_header_btn2_target\";s:5:\"_self\";s:25:\"site_secondary_logo_image\";s:0:\"\";s:30:\"site_secondary_logo_max_height\";s:2:\"50\";s:16:\"auxin_login_skin\";s:7:\"default\";s:19:\"auxin_login_message\";s:0:\"\";s:22:\"auxin_login_logo_image\";s:0:\"\";s:22:\"auxin_login_logo_width\";s:2:\"84\";s:23:\"auxin_login_logo_height\";s:2:\"84\";s:19:\"auxin_login_bg_show\";s:0:\"\";s:20:\"auxin_login_bg_color\";s:0:\"\";s:20:\"auxin_login_bg_image\";s:0:\"\";s:19:\"auxin_login_bg_size\";s:4:\"auto\";s:22:\"auxin_login_bg_pattern\";s:0:\"\";s:21:\"auxin_login_bg_repeat\";s:9:\"no-repeat\";s:23:\"auxin_login_bg_position\";s:8:\"left top\";s:21:\"auxin_login_bg_attach\";s:6:\"scroll\";s:22:\"auxin_login_body_class\";s:0:\"\";s:17:\"auxin_login_style\";s:0:\"\";s:14:\"auxin_404_page\";s:7:\"default\";s:24:\"auxin_maintenance_enable\";s:0:\"\";s:22:\"auxin_maintenance_page\";s:7:\"default\";s:31:\"auxin_search_exclude_post_types\";s:0:\"\";s:29:\"auxin_search_exclude_no_media\";s:0:\"\";s:28:\"auxin_search_pinned_contents\";s:0:\"\";s:23:\"auxin_customizer_export\";s:0:\"\";s:23:\"auxin_customizer_import\";s:0:\"\";s:25:\"portfolio_single_side_pos\";s:5:\"right\";s:26:\"portfolio_max_width_layout\";s:0:\"\";s:34:\"portfolios_overview_info_alignment\";s:7:\"default\";s:27:\"portfolio_single_image_size\";s:0:\"\";s:39:\"portfolio_single_display_side_info_meta\";s:1:\"1\";s:33:\"portfolio_single_display_category\";s:0:\"\";s:28:\"portfolio_single_display_tag\";s:0:\"\";s:31:\"portfolio_single_sticky_sidebar\";s:0:\"\";s:35:\"show_portfolio_single_next_prev_nav\";s:1:\"1\";s:40:\"show_portfolio_single_share_like_section\";s:1:\"1\";s:27:\"show_portfolio_single_share\";s:1:\"1\";s:34:\"portfolio_single_share_button_type\";s:4:\"icon\";s:34:\"portfolio_single_share_button_icon\";s:13:\"auxicon-share\";s:40:\"portfolio_single_share_button_icon_color\";s:0:\"\";s:46:\"portfolio_single_share_button_icon_hover_color\";s:0:\"\";s:39:\"portfolio_single_share_button_icon_size\";s:0:\"\";s:36:\"portfolio_single_share_button_margin\";s:0:\"\";s:35:\"portfolio_single_next_prev_nav_skin\";s:7:\"minimal\";s:31:\"portfolio_single_next_nav_label\";s:14:\"Next Portfolio\";s:31:\"portfolio_single_prev_nav_label\";s:18:\"Previous Portfolio\";s:39:\"portfolio_single_next_prev_nav_btn_link\";s:0:\"\";s:24:\"portfolio_title_bar_show\";s:0:\"\";s:26:\"portfolio_title_bar_preset\";s:14:\"normal_title_1\";s:36:\"portfolio_title_bar_enable_customize\";s:0:\"\";s:38:\"portfolio_title_bar_content_width_type\";s:5:\"boxed\";s:42:\"portfolio_title_bar_content_section_height\";s:4:\"auto\";s:34:\"portfolio_title_bar_vertical_align\";s:0:\"\";s:32:\"portfolio_title_bar_scroll_arrow\";s:0:\"\";s:30:\"portfolio_title_bar_title_show\";s:1:\"1\";s:36:\"portfolio_title_bar_heading_bordered\";s:0:\"\";s:33:\"portfolio_title_bar_heading_boxed\";s:0:\"\";s:36:\"portfolio_title_bar_heading_bg_color\";s:0:\"\";s:32:\"portfolio_title_bar_meta_enabled\";s:0:\"\";s:33:\"portfolio_title_bar_bread_enabled\";s:1:\"1\";s:34:\"portfolio_title_bar_bread_bordered\";s:0:\"\";s:35:\"portfolio_title_bar_bread_sep_style\";s:23:\"auxicon-chevron-right-1\";s:30:\"portfolio_title_bar_text_align\";s:4:\"left\";s:33:\"portfolio_title_bar_overlay_color\";s:0:\"\";s:35:\"portfolio_title_bar_overlay_pattern\";s:4:\"none\";s:43:\"portfolio_title_bar_overlay_pattern_opacity\";s:3:\"0.5\";s:31:\"portfolio_title_bar_color_style\";s:4:\"dark\";s:27:\"portfolio_title_bar_bg_show\";s:0:\"\";s:31:\"portfolio_title_bar_bg_parallax\";s:0:\"\";s:28:\"portfolio_title_bar_bg_color\";s:0:\"\";s:27:\"portfolio_title_bar_bg_size\";s:0:\"\";s:28:\"portfolio_title_bar_bg_image\";s:0:\"\";s:32:\"portfolio_title_bar_bg_video_mp4\";s:0:\"\";s:32:\"portfolio_title_bar_bg_video_ogg\";s:0:\"\";s:33:\"portfolio_title_bar_bg_video_webm\";s:0:\"\";s:28:\"show_portfolio_related_posts\";s:1:\"1\";s:40:\"portfolio_related_posts_title_typography\";s:0:\"\";s:29:\"portfolio_related_posts_label\";s:22:\"Related Projects/Works\";s:40:\"portfolio_related_posts_label_typography\";s:0:\"\";s:36:\"portfolio_related_image_aspect_ratio\";s:4:\"0.56\";s:36:\"portfolio_related_posts_preview_mode\";s:4:\"grid\";s:37:\"portfolio_related_posts_column_number\";s:1:\"3\";s:36:\"portfolio_related_posts_align_center\";s:0:\"\";s:34:\"portfolio_related_posts_full_width\";s:0:\"\";s:34:\"portfolio_related_posts_snap_items\";s:0:\"\";s:42:\"portfolio_related_posts_display_taxonomies\";s:0:\"\";s:40:\"portfolio_related_posts_terms_typography\";s:0:\"\";s:46:\"portfolio_single_all_related_items_btn_display\";s:0:\"\";s:43:\"portfolio_single_all_related_items_url_type\";s:7:\"archive\";s:42:\"portfolio_single_all_related_items_btn_url\";s:0:\"\";s:44:\"portfolio_single_all_related_items_btn_label\";s:19:\"Browse All Projects\";s:41:\"portfolio_related_posts_button_typography\";s:0:\"\";s:33:\"portfolio_related_posts_button_bg\";s:0:\"\";s:34:\"portfolio_show_custom_archive_link\";s:0:\"\";s:29:\"portfolio_custom_archive_link\";s:0:\"\";s:29:\"portfolio_index_template_type\";s:6:\"grid-1\";s:28:\"portfolio_image_aspect_ratio\";s:4:\"0.56\";s:32:\"portfolio_archive_grid_item_type\";s:7:\"classic\";s:32:\"portfolio_archive_tile_item_type\";s:7:\"overlay\";s:28:\"portfolio_archive_grid_space\";s:2:\"30\";s:31:\"portfolio_archive_column_number\";s:1:\"4\";s:34:\"portfolio_archive_max_width_layout\";s:0:\"\";s:38:\"portfolio_archive_column_number_tablet\";s:7:\"inherit\";s:38:\"portfolio_archive_column_number_mobile\";s:1:\"1\";s:31:\"show_portfolio_entry_box_colors\";s:0:\"\";s:44:\"portfolio_classic_entry_box_background_color\";s:7:\"#FFFFFF\";s:40:\"portfolio_classic_entry_box_border_color\";s:7:\"#EAEAEA\";s:41:\"show_portfolio_land_side_entry_box_colors\";s:0:\"\";s:36:\"portfolio_land_side_background_color\";s:7:\"#FFFFFF\";s:32:\"portfolio_land_side_border_color\";s:7:\"#EAEAEA\";s:32:\"portfolio_index_sidebar_position\";s:10:\"no-sidebar\";s:34:\"portfolio_index_sidebar_decoration\";s:6:\"border\";s:31:\"portfolio_archive_items_perpage\";s:2:\"12\";s:34:\"portfolio_archive_titlebar_enabled\";s:1:\"1\";s:45:\"portfolio_archive_titlebar_breadcrumb_enabled\";s:1:\"1\";s:40:\"portfolio_archive_titlebar_title_enabled\";s:1:\"1\";s:40:\"portfolio_archive_titlebar_title_context\";s:0:\"\";s:34:\"portfolio_archive_breadcrumb_label\";s:9:\"Portfolio\";s:32:\"portfolio_taxonomy_template_type\";s:6:\"grid-1\";s:37:\"portfolio_taxonomy_image_aspect_ratio\";s:4:\"0.56\";s:33:\"portfolio_taxonomy_grid_item_type\";s:7:\"classic\";s:33:\"portfolio_taxonomy_tile_item_type\";s:7:\"overlay\";s:29:\"portfolio_taxonomy_grid_space\";s:2:\"30\";s:32:\"portfolio_taxonomy_column_number\";s:1:\"4\";s:39:\"portfolio_taxonomy_column_number_tablet\";s:7:\"inherit\";s:39:\"portfolio_taxonomy_column_number_mobile\";s:1:\"1\";s:35:\"portfolio_taxonomy_sidebar_position\";s:13:\"right-sidebar\";s:45:\"portfolio_taxonomy_archive_sidebar_decoration\";s:6:\"border\";s:31:\"portfolio_metadata_launch_label\";s:14:\"Launch Project\";s:25:\"portfolio_metadata_list_1\";s:182:\"[{\"id\":\"url\", \"label\":\"Project URL\", \"value\":\"Project URL\"},{\"id\":\"client\", \"label\":\"Client\", \"value\":\"Client\"},{\"id\":\"release_date\", \"label\":\"Release Date\", \"value\":\"Release Date\"}]\";s:35:\"single_portfolio_content_typography\";s:0:\"\";s:42:\"single_portfolio_overview_title_typography\";s:0:\"\";s:44:\"single_portfolio_overview_content_typography\";s:0:\"\";s:32:\"single_portfolio_meta_typography\";s:0:\"\";s:38:\"single_portfolio_meta_terms_typography\";s:0:\"\";s:37:\"single_portfolio_lunch_btn_typography\";s:0:\"\";s:29:\"single_portfolio_lunch_btn_bg\";s:0:\"\";}', 'yes'),
(333, '_elementor_installed_time', '1648834109', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(334, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(335, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(338, 'phlox_license_update', '1', 'no'),
(426, 'elementor_unfiltered_files_upload', '1', 'yes'),
(427, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(428, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(429, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(500, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.5.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1648885179;s:7:\"version\";s:5:\"5.5.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(506, 'auxin_portfolio_capabilities_added', '1', 'no'),
(509, 'portfolio-cat_children', 'a:0:{}', 'yes'),
(510, 'elementor_cpt_support', 'a:3:{i:0;s:4:\"page\";i:1;s:4:\"post\";i:2;s:9:\"portfolio\";}', 'yes'),
(570, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(576, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(577, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(658, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(679, 'site_logo', '546', 'yes'),
(763, '_transient_health-check-site-status-result', '{\"good\":13,\"recommended\":5,\"critical\":0}', 'yes'),
(774, '_elementor_global_css', 'a:7:{s:4:\"time\";i:1648912346;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}', 'yes'),
(777, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:14:{s:8:\"aux_logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:12:\"aux_menu_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:9:\"aux_image\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:18:\"aux_modern_heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:17:\"aux_modern_button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:8:\"aux_text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:35:\"aux_recent_portfolios_grid_carousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:15:\"aux_testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:16:\"aux_contact_form\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:7:\"heading\";a:2:{s:7:\"content\";s:672:\"<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:5:\"3.6.1\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:5882:\"<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>\";s:7:\"version\";s:5:\"3.6.1\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:718:\"<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:5:\"3.6.1\";}s:13:\"aux_copyright\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.1\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5183:\"<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:5:\"3.6.1\";}}}}', 'yes'),
(1138, 'category_children', 'a:0:{}', 'yes'),
(1171, 'limit_login_retries', 'a:3:{s:14:\"37.140.223.107\";i:1;s:14:\"172.245.102.23\";i:1;s:13:\"37.140.223.93\";i:1;}', 'no'),
(1172, 'limit_login_retries_valid', 'a:3:{s:14:\"37.140.223.107\";i:1775099131;s:14:\"172.245.102.23\";i:1775100125;s:13:\"37.140.223.93\";i:1775110033;}', 'no'),
(1173, 'limit_login_retries_stats', 'a:1:{s:10:\"2026-04-01\";i:3;}', 'no'),
(1174, 'limit_login_logged', 'a:70:{s:14:\"208.109.65.254\";a:2:{s:7:\"wynonna\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681180551;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:4:\"anon\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681239237;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"194.233.85.167\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681208799;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.97.138.107\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681208861;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.165.248.11\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681222775;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.225.79.145\";a:2:{s:6:\"antawn\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681241780;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681322967;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"129.159.62.204\";a:1:{s:4:\"demo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681245649;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"79.99.200.90\";a:1:{s:4:\"user\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681262144;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.148.77\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681270488;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"118.193.39.16\";a:1:{s:7:\"roberto\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681276184;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.79.162.218\";a:1:{s:5:\"gnhub\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681281305;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"161.35.235.226\";a:1:{s:8:\"enes7467\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681283878;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.91.65.53\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681283908;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"seamus\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681330420;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:9:\"3.9.39.56\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681289991;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"104.237.155.175\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681289992;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"155.210.208.64\";a:1:{s:5:\"garak\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681300694;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"74.208.59.205\";a:1:{s:7:\"soporte\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681307367;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"199.116.78.159\";a:1:{s:5:\"tracy\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681307393;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"162.0.229.50\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1681315286;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"168.187.5.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1683375909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"192.169.146.123\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1692475838;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.167.122\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1705903828;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.80.158.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1711794836;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.115.111\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1711864794;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"84.17.46.216\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1711864802;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.54.231.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1711864850;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"151.106.38.166\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1714054206;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"54.86.191.160\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1712205966;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"45.141.215.194\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1712459441;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"208.109.39.84\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1712486764;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"205.185.116.164\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1712554521;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.222.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1713090188;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.108.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1713275159;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.182.56.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713215272;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"54.92.234.185\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713252693;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"128.199.0.160\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713260923;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"198.71.230.71\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713421091;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"138.199.22.237\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713673909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.6.232\";a:1:{s:13:\"administrador\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713676235;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"173.201.181.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713694483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"209.38.146.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1713866110;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"104.28.222.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720990995;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.247.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721029692;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"185.246.210.151\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721731329;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"152.42.200.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721731568;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.246.210.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721731579;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"51.158.21.218\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721921908;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"212.129.36.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721922014;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"163.172.112.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721922371;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"13.212.218.2\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1743865906;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"142.93.225.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1743865838;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"152.42.165.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1744615603;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.227.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1744373838;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"146.190.99.145\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744164887;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"167.172.94.169\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744183571;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"178.128.100.87\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1745224141;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"152.42.203.173\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1744865251;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.179.224\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744972783;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"185.248.85.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758123019;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"98.98.171.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760010280;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"206.189.35.107\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762603917;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"147.182.156.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1765189924;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"161.118.198.130\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766394466;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"161.118.216.219\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1766839380;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"134.185.89.191\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766861325;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"157.245.99.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1767458365;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"143.110.246.68\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768797300;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:10:\"45.8.17.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768935880;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"143.244.139.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1769418199;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"159.89.136.224\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1773584652;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"167.71.172.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1773606270;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}}', 'yes'),
(46168, 'limit_login_lockouts', 'a:0:{}', 'yes'),
(46169, 'limit_login_lockouts_total', '108', 'no'),
(86306, 'WPLANG', 'en', 'yes'),
(91654, '_transient_timeout_auxin_has_checked_to_disable_default_elementor_colors_fonts', '1838440664', 'no'),
(91655, '_transient_auxin_has_checked_to_disable_default_elementor_colors_fonts', '2.9.3', 'no'),
(91684, '_transient_doing_cron', '1775023633.4395670890808105468750', 'yes'),
(91839, '_transient_timeout_element-pack-notice-id-license-issue', '1775410714', 'no'),
(91840, '_transient_element-pack-notice-id-license-issue', '1', 'no'),
(93660, 'wp_attachment_pages_enabled', '1', 'on'),
(93661, 'user_count', '1', 'off'),
(93662, 'db_upgraded', '', 'on'),
(93710, 'litespeed.conf._version', '7.1', 'auto'),
(93711, 'litespeed.conf.hash', '84EcEIDI6D44IVSwszzyQoRwasggQEYH', 'auto'),
(93712, 'litespeed.conf.api_key', '', 'auto'),
(93713, 'litespeed.conf.auto_upgrade', '', 'auto'),
(93714, 'litespeed.conf.server_ip', '', 'auto'),
(93715, 'litespeed.conf.guest', '', 'auto'),
(93716, 'litespeed.conf.guest_optm', '', 'auto'),
(93717, 'litespeed.conf.news', '1', 'auto'),
(93718, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]', 'auto'),
(93719, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'auto'),
(93720, 'litespeed.conf.cache', '1', 'auto'),
(93721, 'litespeed.conf.cache-priv', '1', 'auto'),
(93722, 'litespeed.conf.cache-commenter', '1', 'auto'),
(93723, 'litespeed.conf.cache-rest', '1', 'auto'),
(93724, 'litespeed.conf.cache-page_login', '1', 'auto'),
(93725, 'litespeed.conf.cache-resources', '1', 'auto'),
(93726, 'litespeed.conf.cache-mobile', '1', 'auto'),
(93727, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(93728, 'litespeed.conf.cache-browser', '1', 'auto'),
(93729, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(93730, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(93731, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(93732, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(93733, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(93734, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(93735, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(93736, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(93737, 'litespeed.conf.cache-exc', '[]', 'auto'),
(93738, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(93739, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(93740, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(93741, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(93742, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(93743, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(93744, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(93745, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(93746, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(93747, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(93748, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(93749, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(93750, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(93751, 'litespeed.conf.purge-upgrade', '1', 'auto'),
(93752, 'litespeed.conf.purge-stale', '', 'auto'),
(93753, 'litespeed.conf.purge-post_all', '', 'auto'),
(93754, 'litespeed.conf.purge-post_f', '1', 'auto'),
(93755, 'litespeed.conf.purge-post_h', '1', 'auto'),
(93756, 'litespeed.conf.purge-post_p', '1', 'auto'),
(93757, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(93758, 'litespeed.conf.purge-post_a', '1', 'auto'),
(93759, 'litespeed.conf.purge-post_y', '', 'auto'),
(93760, 'litespeed.conf.purge-post_m', '1', 'auto'),
(93761, 'litespeed.conf.purge-post_d', '', 'auto'),
(93762, 'litespeed.conf.purge-post_t', '1', 'auto'),
(93763, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(93764, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(93765, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(93766, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(93767, 'litespeed.conf.esi', '', 'auto'),
(93768, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(93769, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(93770, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(93771, 'litespeed.conf.util-instant_click', '', 'auto'),
(93772, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(93773, 'litespeed.conf.debug-disable_all', '', 'auto'),
(93774, 'litespeed.conf.debug', '', 'auto'),
(93775, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(93776, 'litespeed.conf.debug-level', '', 'auto'),
(93777, 'litespeed.conf.debug-filesize', '3', 'auto'),
(93778, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(93779, 'litespeed.conf.debug-inc', '[]', 'auto'),
(93780, 'litespeed.conf.debug-exc', '[]', 'auto'),
(93781, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(93782, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(93783, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(93784, 'litespeed.conf.optm-css_min', '', 'auto'),
(93785, 'litespeed.conf.optm-css_comb', '', 'auto'),
(93786, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(93787, 'litespeed.conf.optm-ucss', '', 'auto'),
(93788, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(93789, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(93790, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(93791, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(93792, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(93793, 'litespeed.conf.optm-js_min', '', 'auto'),
(93794, 'litespeed.conf.optm-js_comb', '', 'auto'),
(93795, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(93796, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(93797, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(93798, 'litespeed.conf.optm-html_min', '', 'auto'),
(93799, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(93800, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(93801, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(93802, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(93803, 'litespeed.conf.optm-css_async', '', 'auto'),
(93804, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(93805, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(93806, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(93807, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(93808, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(93809, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(93810, 'litespeed.conf.optm-js_defer', '0', 'auto'),
(93811, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(93812, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(93813, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(93814, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(93815, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(93816, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(93817, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(93818, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(93819, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(93820, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(93821, 'litespeed.conf.optm-exc', '[]', 'auto'),
(93822, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(93823, 'litespeed.conf.object', '', 'auto'),
(93824, 'litespeed.conf.object-kind', '', 'auto'),
(93825, 'litespeed.conf.object-host', 'localhost', 'auto'),
(93826, 'litespeed.conf.object-port', '11211', 'auto'),
(93827, 'litespeed.conf.object-life', '360', 'auto'),
(93828, 'litespeed.conf.object-persistent', '1', 'auto'),
(93829, 'litespeed.conf.object-admin', '1', 'auto'),
(93830, 'litespeed.conf.object-transients', '1', 'auto'),
(93831, 'litespeed.conf.object-db_id', '0', 'auto'),
(93832, 'litespeed.conf.object-user', '', 'auto'),
(93833, 'litespeed.conf.object-pswd', '', 'auto'),
(93834, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(93835, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(93836, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(93837, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(93838, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(93839, 'litespeed.conf.optm-localize', '', 'auto'),
(93840, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(93841, 'litespeed.conf.media-lazy', '', 'auto'),
(93842, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(93843, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(93844, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(93845, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(93846, 'litespeed.conf.media-lqip', '', 'auto'),
(93847, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(93848, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(93849, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(93850, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(93851, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(93852, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(93853, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(93854, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(93855, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(93856, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(93857, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(93858, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(93859, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(93860, 'litespeed.conf.media-vpi', '', 'auto'),
(93861, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(93862, 'litespeed.conf.img_optm-auto', '1', 'auto'),
(93863, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(93864, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(93865, 'litespeed.conf.img_optm-webp', '1', 'auto'),
(93866, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(93867, 'litespeed.conf.img_optm-exif', '', 'auto'),
(93868, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(93869, 'litespeed.conf.img_optm-webp_replace_srcset', '1', 'auto'),
(93870, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(93871, 'litespeed.conf.crawler', '', 'auto'),
(93872, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(93873, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(93874, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(93875, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(93876, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(93877, 'litespeed.conf.misc-heartbeat_front', '1', 'auto'),
(93878, 'litespeed.conf.misc-heartbeat_front_ttl', '0', 'auto'),
(93879, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(93880, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(93881, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(93882, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(93883, 'litespeed.conf.cdn', '', 'auto'),
(93884, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(93885, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'auto'),
(93886, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(93887, 'litespeed.conf.cdn-quic', '', 'auto'),
(93888, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(93889, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(93890, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(93891, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(93892, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(93893, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(93894, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(93895, 'litespeed.conf.qc-nameservers', '', 'auto'),
(93896, 'litespeed.conf.qc-cname', '', 'auto'),
(93897, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1747565263}', 'auto'),
(93915, 'litespeed.crawler.bypass_list', '[]', 'auto'),
(93916, 'litespeed.preset._summary', '{\"preset\":\"basic\",\"preset_timestamp\":1774404404}', 'auto'),
(94193, 'litespeed.purge.queue', '-1', 'auto'),
(94194, 'litespeed.purge.queue2', '-1', 'auto'),
(94311, '_site_transient_timeout_auxin_font_icons_list_auxicon2', '1775090324', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94312, '_site_transient_auxin_font_icons_list_auxicon2', 'a:76:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Arrows anticlockwise\";s:9:\"classname\";s:30:\".auxicon2-arrows-anticlockwise\";s:7:\"content\";s:3:\"\\61\";}i:1;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Circle plus outline\";s:9:\"classname\";s:29:\".auxicon2-circle-plus-outline\";s:7:\"content\";s:3:\"\\62\";}i:2;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Arrows drag up dashed\";s:9:\"classname\";s:31:\".auxicon2-arrows-drag-up-dashed\";s:7:\"content\";s:3:\"\\63\";}i:3;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Hamburger 2\";s:9:\"classname\";s:21:\".auxicon2-hamburger-2\";s:7:\"content\";s:3:\"\\64\";}i:4;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Hamburger1\";s:9:\"classname\";s:20:\".auxicon2-hamburger1\";s:7:\"content\";s:3:\"\\65\";}i:5;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron thin left\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-thin-left\";s:7:\"content\";s:3:\"\\66\";}i:6;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Arrows left double chevron\";s:9:\"classname\";s:36:\".auxicon2-arrows-left-double-chevron\";s:7:\"content\";s:3:\"\\67\";}i:7;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Arrows right double chevron\";s:9:\"classname\";s:37:\".auxicon2-arrows-right-double-chevron\";s:7:\"content\";s:3:\"\\68\";}i:8;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Arrows chevron thin right\";s:9:\"classname\";s:35:\".auxicon2-arrows-chevron-thin-right\";s:7:\"content\";s:3:\"\\69\";}i:9;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Close remove 1\";s:9:\"classname\";s:24:\".auxicon2-close-remove-1\";s:7:\"content\";s:3:\"\\6a\";}i:10;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Plus 1\";s:9:\"classname\";s:16:\".auxicon2-plus-1\";s:7:\"content\";s:3:\"\\6b\";}i:11;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Arrow slim left dashed\";s:9:\"classname\";s:32:\".auxicon2-arrow-slim-left-dashed\";s:7:\"content\";s:3:\"\\6c\";}i:12;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Arrow slim left\";s:9:\"classname\";s:25:\".auxicon2-arrow-slim-left\";s:7:\"content\";s:3:\"\\6d\";}i:13;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow slim right dashed\";s:9:\"classname\";s:33:\".auxicon2-arrow-slim-right-dashed\";s:7:\"content\";s:3:\"\\70\";}i:14;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Arrow slim right\";s:9:\"classname\";s:26:\".auxicon2-arrow-slim-right\";s:7:\"content\";s:3:\"\\71\";}i:15;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Arrow chevron thin up\";s:9:\"classname\";s:31:\".auxicon2-arrow-chevron-thin-up\";s:7:\"content\";s:3:\"\\6e\";}i:16;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrows up double chevron\";s:9:\"classname\";s:34:\".auxicon2-arrows-up-double-chevron\";s:7:\"content\";s:3:\"\\6f\";}i:17;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Square plus outline\";s:9:\"classname\";s:29:\".auxicon2-square-plus-outline\";s:7:\"content\";s:3:\"\\72\";}i:18;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Arrows down double chevron\";s:9:\"classname\";s:36:\".auxicon2-arrows-down-double-chevron\";s:7:\"content\";s:3:\"\\73\";}i:19;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Arrows chevron down\";s:9:\"classname\";s:29:\".auxicon2-arrows-chevron-down\";s:7:\"content\";s:3:\"\\74\";}i:20;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Basic bookmark\";s:9:\"classname\";s:24:\".auxicon2-basic-bookmark\";s:7:\"content\";s:3:\"\\75\";}i:21;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Arrow medium right\";s:9:\"classname\";s:28:\".auxicon2-arrow-medium-right\";s:7:\"content\";s:3:\"\\76\";}i:22;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Arrow medium left\";s:9:\"classname\";s:27:\".auxicon2-arrow-medium-left\";s:7:\"content\";s:3:\"\\77\";}i:23;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron med right\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-med-right\";s:7:\"content\";s:3:\"\\78\";}i:24;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Arrow chevron med left\";s:9:\"classname\";s:32:\".auxicon2-arrow-chevron-med-left\";s:7:\"content\";s:3:\"\\79\";}i:25;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Arrow chevron fat top\";s:9:\"classname\";s:31:\".auxicon2-arrow-chevron-fat-top\";s:7:\"content\";s:3:\"\\7a\";}i:26;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Arrow chevron fat down\";s:9:\"classname\";s:32:\".auxicon2-arrow-chevron-fat-down\";s:7:\"content\";s:3:\"\\41\";}i:27;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron fat right\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-fat-right\";s:7:\"content\";s:3:\"\\42\";}i:28;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Arrow chevron fat left\";s:9:\"classname\";s:32:\".auxicon2-arrow-chevron-fat-left\";s:7:\"content\";s:3:\"\\43\";}i:29;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Arrow chevron slim top\";s:9:\"classname\";s:32:\".auxicon2-arrow-chevron-slim-top\";s:7:\"content\";s:3:\"\\44\";}i:30;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron slim down\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-slim-down\";s:7:\"content\";s:3:\"\\45\";}i:31;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron slim left\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-slim-left\";s:7:\"content\";s:3:\"\\46\";}i:32;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron slim right\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-slim-right\";s:7:\"content\";s:3:\"\\47\";}i:33;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow chevron pixel top\";s:9:\"classname\";s:33:\".auxicon2-arrow-chevron-pixel-top\";s:7:\"content\";s:3:\"\\48\";}i:34;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron pixel down\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-pixel-down\";s:7:\"content\";s:3:\"\\49\";}i:35;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron pixel left\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-pixel-left\";s:7:\"content\";s:3:\"\\4a\";}i:36;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Arrow chevron pixel right\";s:9:\"classname\";s:35:\".auxicon2-arrow-chevron-pixel-right\";s:7:\"content\";s:3:\"\\4b\";}i:37;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Arrow chevron pixel left2\";s:9:\"classname\";s:35:\".auxicon2-arrow-chevron-pixel-left2\";s:7:\"content\";s:3:\"\\4c\";}i:38;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Arrow pixel fat top\";s:9:\"classname\";s:29:\".auxicon2-arrow-pixel-fat-top\";s:7:\"content\";s:3:\"\\4d\";}i:39;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Arrow pixel fat down\";s:9:\"classname\";s:30:\".auxicon2-arrow-pixel-fat-down\";s:7:\"content\";s:3:\"\\4e\";}i:40;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Arrow line med left\";s:9:\"classname\";s:29:\".auxicon2-arrow-line-med-left\";s:7:\"content\";s:3:\"\\4f\";}i:41;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Arrow line med right\";s:9:\"classname\";s:30:\".auxicon2-arrow-line-med-right\";s:7:\"content\";s:3:\"\\50\";}i:42;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Arrow line med top\";s:9:\"classname\";s:28:\".auxicon2-arrow-line-med-top\";s:7:\"content\";s:3:\"\\51\";}i:43;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Arrow line med down\";s:9:\"classname\";s:29:\".auxicon2-arrow-line-med-down\";s:7:\"content\";s:3:\"\\52\";}i:44;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Arrow line left\";s:9:\"classname\";s:25:\".auxicon2-arrow-line-left\";s:7:\"content\";s:3:\"\\53\";}i:45;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Arrow line right\";s:9:\"classname\";s:26:\".auxicon2-arrow-line-right\";s:7:\"content\";s:3:\"\\54\";}i:46;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Arrow line top\";s:9:\"classname\";s:24:\".auxicon2-arrow-line-top\";s:7:\"content\";s:3:\"\\55\";}i:47;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Arrow line down\";s:9:\"classname\";s:25:\".auxicon2-arrow-line-down\";s:7:\"content\";s:3:\"\\56\";}i:48;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron pixel top2\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-pixel-top2\";s:7:\"content\";s:3:\"\\57\";}i:49;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Arrow chevron pixel down2\";s:9:\"classname\";s:35:\".auxicon2-arrow-chevron-pixel-down2\";s:7:\"content\";s:3:\"\\58\";}i:50;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Arrow chevron pixel right2\";s:9:\"classname\";s:36:\".auxicon2-arrow-chevron-pixel-right2\";s:7:\"content\";s:3:\"\\59\";}i:51;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Arrow pixel fat left\";s:9:\"classname\";s:30:\".auxicon2-arrow-pixel-fat-left\";s:7:\"content\";s:3:\"\\5a\";}i:52;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Arrow pixel fat right\";s:9:\"classname\";s:31:\".auxicon2-arrow-pixel-fat-right\";s:7:\"content\";s:3:\"\\30\";}i:53;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Play outline triangle\";s:9:\"classname\";s:31:\".auxicon2-play-outline-triangle\";s:7:\"content\";s:3:\"\\31\";}i:54;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Arrow thin up\";s:9:\"classname\";s:23:\".auxicon2-arrow-thin-up\";s:7:\"content\";s:3:\"\\33\";}i:55;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Arrow thin right\";s:9:\"classname\";s:26:\".auxicon2-arrow-thin-right\";s:7:\"content\";s:3:\"\\34\";}i:56;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Arrow thin left\";s:9:\"classname\";s:25:\".auxicon2-arrow-thin-left\";s:7:\"content\";s:3:\"\\35\";}i:57;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Arrow thin down\";s:9:\"classname\";s:25:\".auxicon2-arrow-thin-down\";s:7:\"content\";s:3:\"\\36\";}i:58;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Arrow chevron small right\";s:9:\"classname\";s:35:\".auxicon2-arrow-chevron-small-right\";s:7:\"content\";s:3:\"\\37\";}i:59;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron small left\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-small-left\";s:7:\"content\";s:3:\"\\38\";}i:60;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Arrow chevron small down\";s:9:\"classname\";s:34:\".auxicon2-arrow-chevron-small-down\";s:7:\"content\";s:3:\"\\21\";}i:61;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Play triangle\";s:9:\"classname\";s:23:\".auxicon2-play-triangle\";s:7:\"content\";s:3:\"\\23\";}i:62;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Play triangle 1\";s:9:\"classname\";s:25:\".auxicon2-play-triangle-1\";s:7:\"content\";s:3:\"\\24\";}i:63;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Play triangle 2\";s:9:\"classname\";s:25:\".auxicon2-play-triangle-2\";s:7:\"content\";s:3:\"\\25\";}i:64;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Arrow backward\";s:9:\"classname\";s:24:\".auxicon2-arrow-backward\";s:7:\"content\";s:3:\"\\26\";}i:65;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Check mark\";s:9:\"classname\";s:20:\".auxicon2-check-mark\";s:7:\"content\";s:3:\"\\27\";}i:66;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Check mark 1\";s:9:\"classname\";s:22:\".auxicon2-check-mark-1\";s:7:\"content\";s:3:\"\\28\";}i:67;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Code working\";s:9:\"classname\";s:22:\".auxicon2-code-working\";s:7:\"content\";s:3:\"\\29\";}i:68;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Code\";s:9:\"classname\";s:14:\".auxicon2-code\";s:7:\"content\";s:3:\"\\2a\";}i:69;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Circle plus outline 1\";s:9:\"classname\";s:31:\".auxicon2-circle-plus-outline-1\";s:7:\"content\";s:3:\"\\2e\";}i:70;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Plus circle\";s:9:\"classname\";s:21:\".auxicon2-plus-circle\";s:7:\"content\";s:3:\"\\2f\";}i:71;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Hamburger 3\";s:9:\"classname\";s:21:\".auxicon2-hamburger-3\";s:7:\"content\";s:3:\"\\32\";}i:72;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Arrow circle right\";s:9:\"classname\";s:28:\".auxicon2-arrow-circle-right\";s:7:\"content\";s:3:\"\\39\";}i:73;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Flower Design\";s:9:\"classname\";s:23:\".auxicon2-flower-design\";s:7:\"content\";s:3:\"\\22\";}i:74;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Check mark Circled\";s:9:\"classname\";s:27:\".auxicon2-checkmark-circled\";s:7:\"content\";s:3:\"\\2b\";}i:75;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Close Circled\";s:9:\"classname\";s:23:\".auxicon2-close-circled\";s:7:\"content\";s:3:\"\\2c\";}}', 'off'),
(94313, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(94533, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'auto'),
(100279, 'wp_notes_notify', '1', 'on'),
(100284, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(101808, 'can_compress_scripts', '0', 'auto'),
(103664, '_site_transient_timeout_auxin_font_icons_list_fontastic', '1775090324', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(103665, '_site_transient_auxin_font_icons_list_fontastic', 'a:956:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"2 arrows\";s:9:\"classname\";s:17:\".auxicon-2-arrows\";s:7:\"content\";s:3:\"\\61\";}i:1;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"4 arrows\";s:9:\"classname\";s:17:\".auxicon-4-arrows\";s:7:\"content\";s:3:\"\\62\";}i:2;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Back\";s:9:\"classname\";s:13:\".auxicon-back\";s:7:\"content\";s:3:\"\\63\";}i:3;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Back pack\";s:9:\"classname\";s:18:\".auxicon-back-pack\";s:7:\"content\";s:3:\"\\64\";}i:4;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Basket 1\";s:9:\"classname\";s:17:\".auxicon-basket-1\";s:7:\"content\";s:3:\"\\65\";}i:5;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Basket 2\";s:9:\"classname\";s:17:\".auxicon-basket-2\";s:7:\"content\";s:3:\"\\66\";}i:6;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Big candy\";s:9:\"classname\";s:18:\".auxicon-big-candy\";s:7:\"content\";s:3:\"\\67\";}i:7;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Bottle\";s:9:\"classname\";s:15:\".auxicon-bottle\";s:7:\"content\";s:3:\"\\68\";}i:8;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Bow tie\";s:9:\"classname\";s:16:\".auxicon-bow-tie\";s:7:\"content\";s:3:\"\\69\";}i:9;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Box 1\";s:9:\"classname\";s:14:\".auxicon-box-1\";s:7:\"content\";s:3:\"\\6a\";}i:10;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Box 2\";s:9:\"classname\";s:14:\".auxicon-box-2\";s:7:\"content\";s:3:\"\\6b\";}i:11;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Box open\";s:9:\"classname\";s:17:\".auxicon-box-open\";s:7:\"content\";s:3:\"\\6c\";}i:12;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Candy\";s:9:\"classname\";s:14:\".auxicon-candy\";s:7:\"content\";s:3:\"\\6d\";}i:13;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Cd cover\";s:9:\"classname\";s:17:\".auxicon-cd-cover\";s:7:\"content\";s:3:\"\\6e\";}i:14;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Chopsticks\";s:9:\"classname\";s:19:\".auxicon-chopsticks\";s:7:\"content\";s:3:\"\\6f\";}i:15;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Cloud\";s:9:\"classname\";s:14:\".auxicon-cloud\";s:7:\"content\";s:3:\"\\70\";}i:16;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Cloud down\";s:9:\"classname\";s:19:\".auxicon-cloud-down\";s:7:\"content\";s:3:\"\\71\";}i:17;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Cloud up\";s:9:\"classname\";s:17:\".auxicon-cloud-up\";s:7:\"content\";s:3:\"\\72\";}i:18;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Cloud v 1\";s:9:\"classname\";s:18:\".auxicon-cloud-v-1\";s:7:\"content\";s:3:\"\\73\";}i:19;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Cloud v 2\";s:9:\"classname\";s:18:\".auxicon-cloud-v-2\";s:7:\"content\";s:3:\"\\74\";}i:20;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Cloud x 1\";s:9:\"classname\";s:18:\".auxicon-cloud-x-1\";s:7:\"content\";s:3:\"\\75\";}i:21;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Cloud x 2\";s:9:\"classname\";s:18:\".auxicon-cloud-x-2\";s:7:\"content\";s:3:\"\\76\";}i:22;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Cofee cup 1\";s:9:\"classname\";s:20:\".auxicon-cofee-cup-1\";s:7:\"content\";s:3:\"\\77\";}i:23;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Cofee cup 2\";s:9:\"classname\";s:20:\".auxicon-cofee-cup-2\";s:7:\"content\";s:3:\"\\78\";}i:24;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Credit card 1\";s:9:\"classname\";s:22:\".auxicon-credit-card-1\";s:7:\"content\";s:3:\"\\79\";}i:25;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Credit card 2\";s:9:\"classname\";s:22:\".auxicon-credit-card-2\";s:7:\"content\";s:3:\"\\7a\";}i:26;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Credit card 3\";s:9:\"classname\";s:22:\".auxicon-credit-card-3\";s:7:\"content\";s:3:\"\\41\";}i:27;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Credit card 4\";s:9:\"classname\";s:22:\".auxicon-credit-card-4\";s:7:\"content\";s:3:\"\\42\";}i:28;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Cup 1\";s:9:\"classname\";s:14:\".auxicon-cup-1\";s:7:\"content\";s:3:\"\\43\";}i:29;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Cup 2\";s:9:\"classname\";s:14:\".auxicon-cup-2\";s:7:\"content\";s:3:\"\\44\";}i:30;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Diamond\";s:9:\"classname\";s:16:\".auxicon-diamond\";s:7:\"content\";s:3:\"\\45\";}i:31;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Dollar\";s:9:\"classname\";s:15:\".auxicon-dollar\";s:7:\"content\";s:3:\"\\46\";}i:32;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Dollar bill\";s:9:\"classname\";s:20:\".auxicon-dollar-bill\";s:7:\"content\";s:3:\"\\47\";}i:33;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Dollar coin\";s:9:\"classname\";s:20:\".auxicon-dollar-coin\";s:7:\"content\";s:3:\"\\48\";}i:34;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Download\";s:9:\"classname\";s:17:\".auxicon-download\";s:7:\"content\";s:3:\"\\49\";}i:35;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Euro\";s:9:\"classname\";s:13:\".auxicon-euro\";s:7:\"content\";s:3:\"\\4a\";}i:36;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Euro coin\";s:9:\"classname\";s:18:\".auxicon-euro-coin\";s:7:\"content\";s:3:\"\\4b\";}i:37;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Folder\";s:9:\"classname\";s:15:\".auxicon-folder\";s:7:\"content\";s:3:\"\\4c\";}i:38;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Folder plus\";s:9:\"classname\";s:20:\".auxicon-folder-plus\";s:7:\"content\";s:3:\"\\4d\";}i:39;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Folder v\";s:9:\"classname\";s:17:\".auxicon-folder-v\";s:7:\"content\";s:3:\"\\4e\";}i:40;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Folder x\";s:9:\"classname\";s:17:\".auxicon-folder-x\";s:7:\"content\";s:3:\"\\4f\";}i:41;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Forward\";s:9:\"classname\";s:16:\".auxicon-forward\";s:7:\"content\";s:3:\"\\50\";}i:42;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Glass of water\";s:9:\"classname\";s:23:\".auxicon-glass-of-water\";s:7:\"content\";s:3:\"\\51\";}i:43;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Hamburger\";s:9:\"classname\";s:18:\".auxicon-hamburger\";s:7:\"content\";s:3:\"\\52\";}i:44;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Headphones\";s:9:\"classname\";s:19:\".auxicon-headphones\";s:7:\"content\";s:3:\"\\53\";}i:45;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Headset\";s:9:\"classname\";s:16:\".auxicon-headset\";s:7:\"content\";s:3:\"\\54\";}i:46;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Highlighter\";s:9:\"classname\";s:20:\".auxicon-highlighter\";s:7:\"content\";s:3:\"\\56\";}i:47;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Hot dog\";s:9:\"classname\";s:16:\".auxicon-hot-dog\";s:7:\"content\";s:3:\"\\57\";}i:48;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Ice cream\";s:9:\"classname\";s:18:\".auxicon-ice-cream\";s:7:\"content\";s:3:\"\\58\";}i:49;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Ipod\";s:9:\"classname\";s:13:\".auxicon-ipod\";s:7:\"content\";s:3:\"\\59\";}i:50;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Key\";s:9:\"classname\";s:12:\".auxicon-key\";s:7:\"content\";s:3:\"\\5a\";}i:51;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Keyboard\";s:9:\"classname\";s:17:\".auxicon-keyboard\";s:7:\"content\";s:3:\"\\30\";}i:52;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Knife\";s:9:\"classname\";s:14:\".auxicon-knife\";s:7:\"content\";s:3:\"\\31\";}i:53;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Lock round\";s:9:\"classname\";s:19:\".auxicon-lock-round\";s:7:\"content\";s:3:\"\\32\";}i:54;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Lock square\";s:9:\"classname\";s:20:\".auxicon-lock-square\";s:7:\"content\";s:3:\"\\33\";}i:55;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Mouse\";s:9:\"classname\";s:14:\".auxicon-mouse\";s:7:\"content\";s:3:\"\\34\";}i:56;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Musical note 1\";s:9:\"classname\";s:23:\".auxicon-musical-note-1\";s:7:\"content\";s:3:\"\\35\";}i:57;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Musical note 2\";s:9:\"classname\";s:23:\".auxicon-musical-note-2\";s:7:\"content\";s:3:\"\\36\";}i:58;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Paper\";s:9:\"classname\";s:14:\".auxicon-paper\";s:7:\"content\";s:3:\"\\37\";}i:59;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pause\";s:9:\"classname\";s:14:\".auxicon-pause\";s:7:\"content\";s:3:\"\\38\";}i:60;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Pause round\";s:9:\"classname\";s:20:\".auxicon-pause-round\";s:7:\"content\";s:3:\"\\39\";}i:61;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Pen\";s:9:\"classname\";s:12:\".auxicon-pen\";s:7:\"content\";s:3:\"\\21\";}i:62;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Pencil\";s:9:\"classname\";s:15:\".auxicon-pencil\";s:7:\"content\";s:3:\"\\22\";}i:63;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Platter\";s:9:\"classname\";s:16:\".auxicon-platter\";s:7:\"content\";s:3:\"\\23\";}i:64;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Play\";s:9:\"classname\";s:13:\".auxicon-play\";s:7:\"content\";s:3:\"\\24\";}i:65;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Play round\";s:9:\"classname\";s:19:\".auxicon-play-round\";s:7:\"content\";s:3:\"\\25\";}i:66;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Popsicle\";s:9:\"classname\";s:17:\".auxicon-popsicle\";s:7:\"content\";s:3:\"\\26\";}i:67;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pound\";s:9:\"classname\";s:14:\".auxicon-pound\";s:7:\"content\";s:3:\"\\27\";}i:68;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Pound coin\";s:9:\"classname\";s:19:\".auxicon-pound-coin\";s:7:\"content\";s:3:\"\\28\";}i:69;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Present 1\";s:9:\"classname\";s:18:\".auxicon-present-1\";s:7:\"content\";s:3:\"\\29\";}i:70;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Present 2\";s:9:\"classname\";s:18:\".auxicon-present-2\";s:7:\"content\";s:3:\"\\2a\";}i:71;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Radio\";s:9:\"classname\";s:14:\".auxicon-radio\";s:7:\"content\";s:3:\"\\2b\";}i:72;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Random\";s:9:\"classname\";s:15:\".auxicon-random\";s:7:\"content\";s:3:\"\\2c\";}i:73;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Repeat 1\";s:9:\"classname\";s:17:\".auxicon-repeat-1\";s:7:\"content\";s:3:\"\\2d\";}i:74;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Repeat 2\";s:9:\"classname\";s:17:\".auxicon-repeat-2\";s:7:\"content\";s:3:\"\\2e\";}i:75;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Ring\";s:9:\"classname\";s:13:\".auxicon-ring\";s:7:\"content\";s:3:\"\\2f\";}i:76;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Ruler\";s:9:\"classname\";s:14:\".auxicon-ruler\";s:7:\"content\";s:3:\"\\3a\";}i:77;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 2\";s:9:\"classname\";s:19:\".auxicon-settings-2\";s:7:\"content\";s:3:\"\\3c\";}i:78;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 3\";s:9:\"classname\";s:19:\".auxicon-settings-3\";s:7:\"content\";s:3:\"\\3d\";}i:79;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Shirt 1\";s:9:\"classname\";s:16:\".auxicon-shirt-1\";s:7:\"content\";s:3:\"\\3e\";}i:80;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Shirt 2\";s:9:\"classname\";s:16:\".auxicon-shirt-2\";s:7:\"content\";s:3:\"\\3f\";}i:81;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Shopping bag 1\";s:9:\"classname\";s:23:\".auxicon-shopping-bag-1\";s:7:\"content\";s:3:\"\\40\";}i:82;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Shopping bag 2\";s:9:\"classname\";s:23:\".auxicon-shopping-bag-2\";s:7:\"content\";s:3:\"\\5b\";}i:83;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Shopping bag 3\";s:9:\"classname\";s:23:\".auxicon-shopping-bag-3\";s:7:\"content\";s:3:\"\\5d\";}i:84;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Shopping bag 4\";s:9:\"classname\";s:23:\".auxicon-shopping-bag-4\";s:7:\"content\";s:3:\"\\5e\";}i:85;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Shopping cart 1\";s:9:\"classname\";s:24:\".auxicon-shopping-cart-1\";s:7:\"content\";s:3:\"\\5f\";}i:86;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Shopping cart 1 1\";s:9:\"classname\";s:26:\".auxicon-shopping-cart-1-1\";s:7:\"content\";s:3:\"\\60\";}i:87;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Shopping cart out\";s:9:\"classname\";s:26:\".auxicon-shopping-cart-out\";s:7:\"content\";s:3:\"\\7b\";}i:88;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Shopping cart x\";s:9:\"classname\";s:24:\".auxicon-shopping-cart-x\";s:7:\"content\";s:3:\"\\7c\";}i:89;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Shpping cart in\";s:9:\"classname\";s:24:\".auxicon-shpping-cart-in\";s:7:\"content\";s:3:\"\\7d\";}i:90;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Slider\";s:9:\"classname\";s:15:\".auxicon-slider\";s:7:\"content\";s:3:\"\\7e\";}i:91;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Soup\";s:9:\"classname\";s:13:\".auxicon-soup\";s:7:\"content\";s:3:\"\\5c\";}i:92;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Spray\";s:9:\"classname\";s:14:\".auxicon-spray\";s:7:\"content\";s:5:\"\\e000\";}i:93;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Store\";s:9:\"classname\";s:14:\".auxicon-store\";s:7:\"content\";s:5:\"\\e001\";}i:94;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Sunglasses 1\";s:9:\"classname\";s:21:\".auxicon-sunglasses-1\";s:7:\"content\";s:5:\"\\e002\";}i:95;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Sunglasses 2\";s:9:\"classname\";s:21:\".auxicon-sunglasses-2\";s:7:\"content\";s:5:\"\\e003\";}i:96;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tag 1\";s:9:\"classname\";s:14:\".auxicon-tag-1\";s:7:\"content\";s:5:\"\\e004\";}i:97;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tag 2\";s:9:\"classname\";s:14:\".auxicon-tag-2\";s:7:\"content\";s:5:\"\\e005\";}i:98;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Tie\";s:9:\"classname\";s:12:\".auxicon-tie\";s:7:\"content\";s:5:\"\\e006\";}i:99;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Truck 1\";s:9:\"classname\";s:16:\".auxicon-truck-1\";s:7:\"content\";s:5:\"\\e007\";}i:100;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Truck 2\";s:9:\"classname\";s:16:\".auxicon-truck-2\";s:7:\"content\";s:5:\"\\e008\";}i:101;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Upload\";s:9:\"classname\";s:15:\".auxicon-upload\";s:7:\"content\";s:5:\"\\e009\";}i:102;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"User round\";s:9:\"classname\";s:19:\".auxicon-user-round\";s:7:\"content\";s:5:\"\\e00b\";}i:103;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User v\";s:9:\"classname\";s:15:\".auxicon-user-v\";s:7:\"content\";s:5:\"\\e00c\";}i:104;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User x\";s:9:\"classname\";s:15:\".auxicon-user-x\";s:7:\"content\";s:5:\"\\e00d\";}i:105;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Vinyl\";s:9:\"classname\";s:14:\".auxicon-vinyl\";s:7:\"content\";s:5:\"\\e00e\";}i:106;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Wallet\";s:9:\"classname\";s:15:\".auxicon-wallet\";s:7:\"content\";s:5:\"\\e00f\";}i:107;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Wallet empty\";s:9:\"classname\";s:21:\".auxicon-wallet-empty\";s:7:\"content\";s:5:\"\\e010\";}i:108;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Watch\";s:9:\"classname\";s:14:\".auxicon-watch\";s:7:\"content\";s:5:\"\\e011\";}i:109;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Wrench 1\";s:9:\"classname\";s:17:\".auxicon-wrench-1\";s:7:\"content\";s:5:\"\\e012\";}i:110;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Wrench 2\";s:9:\"classname\";s:17:\".auxicon-wrench-2\";s:7:\"content\";s:5:\"\\e013\";}i:111;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Alarm clock\";s:9:\"classname\";s:20:\".auxicon-alarm-clock\";s:7:\"content\";s:5:\"\\e014\";}i:112;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Badge\";s:9:\"classname\";s:14:\".auxicon-badge\";s:7:\"content\";s:5:\"\\e015\";}i:113;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Bank\";s:9:\"classname\";s:13:\".auxicon-bank\";s:7:\"content\";s:5:\"\\e016\";}i:114;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Bell\";s:9:\"classname\";s:13:\".auxicon-bell\";s:7:\"content\";s:5:\"\\e017\";}i:115;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Brush\";s:9:\"classname\";s:14:\".auxicon-brush\";s:7:\"content\";s:5:\"\\e018\";}i:116;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Calendar\";s:9:\"classname\";s:17:\".auxicon-calendar\";s:7:\"content\";s:5:\"\\e019\";}i:117;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Camera back\";s:9:\"classname\";s:20:\".auxicon-camera-back\";s:7:\"content\";s:5:\"\\e01a\";}i:118;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Camera front\";s:9:\"classname\";s:21:\".auxicon-camera-front\";s:7:\"content\";s:5:\"\\e01b\";}i:119;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Clipboard\";s:9:\"classname\";s:18:\".auxicon-clipboard\";s:7:\"content\";s:5:\"\\e01c\";}i:120;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Cloud 1\";s:9:\"classname\";s:16:\".auxicon-cloud-1\";s:7:\"content\";s:5:\"\\e01d\";}i:121;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Credit card\";s:9:\"classname\";s:20:\".auxicon-credit-card\";s:7:\"content\";s:5:\"\\e01e\";}i:122;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Dashboard\";s:9:\"classname\";s:18:\".auxicon-dashboard\";s:7:\"content\";s:5:\"\\e01f\";}i:123;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"File\";s:9:\"classname\";s:13:\".auxicon-file\";s:7:\"content\";s:5:\"\\e021\";}i:124;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Folder 1\";s:9:\"classname\";s:17:\".auxicon-folder-1\";s:7:\"content\";s:5:\"\\e022\";}i:125;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Handbag\";s:9:\"classname\";s:16:\".auxicon-handbag\";s:7:\"content\";s:5:\"\\e023\";}i:126;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Heart\";s:9:\"classname\";s:14:\".auxicon-heart\";s:7:\"content\";s:5:\"\\e024\";}i:127;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Home\";s:9:\"classname\";s:13:\".auxicon-home\";s:7:\"content\";s:5:\"\\e025\";}i:128;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Id horizontal\";s:9:\"classname\";s:22:\".auxicon-id-horizontal\";s:7:\"content\";s:5:\"\\e026\";}i:129;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Id vertical\";s:9:\"classname\";s:20:\".auxicon-id-vertical\";s:7:\"content\";s:5:\"\\e027\";}i:130;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Location pin\";s:9:\"classname\";s:21:\".auxicon-location-pin\";s:7:\"content\";s:5:\"\\e028\";}i:131;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Mac\";s:9:\"classname\";s:12:\".auxicon-mac\";s:7:\"content\";s:5:\"\\e029\";}i:132;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Music\";s:9:\"classname\";s:14:\".auxicon-music\";s:7:\"content\";s:5:\"\\e02a\";}i:133;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Music playlist\";s:9:\"classname\";s:23:\".auxicon-music-playlist\";s:7:\"content\";s:5:\"\\e02b\";}i:134;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"News\";s:9:\"classname\";s:13:\".auxicon-news\";s:7:\"content\";s:5:\"\\e02c\";}i:135;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Office\";s:9:\"classname\";s:15:\".auxicon-office\";s:7:\"content\";s:5:\"\\e02e\";}i:136;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pen 1\";s:9:\"classname\";s:14:\".auxicon-pen-1\";s:7:\"content\";s:5:\"\\e02f\";}i:137;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Pencil 1\";s:9:\"classname\";s:17:\".auxicon-pencil-1\";s:7:\"content\";s:5:\"\\e030\";}i:138;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Phone\";s:9:\"classname\";s:14:\".auxicon-phone\";s:7:\"content\";s:5:\"\\e031\";}i:139;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Photos\";s:9:\"classname\";s:15:\".auxicon-photos\";s:7:\"content\";s:5:\"\\e032\";}i:140;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Pictures day\";s:9:\"classname\";s:21:\".auxicon-pictures-day\";s:7:\"content\";s:5:\"\\e033\";}i:141;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Pictures night\";s:9:\"classname\";s:23:\".auxicon-pictures-night\";s:7:\"content\";s:5:\"\\e034\";}i:142;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Settings\";s:9:\"classname\";s:17:\".auxicon-settings\";s:7:\"content\";s:5:\"\\e035\";}i:143;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Share 10\";s:9:\"classname\";s:17:\".auxicon-share-10\";s:7:\"content\";s:5:\"\\e036\";}i:144;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Shop\";s:9:\"classname\";s:13:\".auxicon-shop\";s:7:\"content\";s:5:\"\\e037\";}i:145;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Stopwatch\";s:9:\"classname\";s:18:\".auxicon-stopwatch\";s:7:\"content\";s:5:\"\\e038\";}i:146;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Tablet\";s:9:\"classname\";s:15:\".auxicon-tablet\";s:7:\"content\";s:5:\"\\e039\";}i:147;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Tag\";s:9:\"classname\";s:12:\".auxicon-tag\";s:7:\"content\";s:5:\"\\e03a\";}i:148;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Tags\";s:9:\"classname\";s:13:\".auxicon-tags\";s:7:\"content\";s:5:\"\\e03b\";}i:149;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Thumbs down\";s:9:\"classname\";s:20:\".auxicon-thumbs-down\";s:7:\"content\";s:5:\"\\e03c\";}i:150;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Thumbs up\";s:9:\"classname\";s:18:\".auxicon-thumbs-up\";s:7:\"content\";s:5:\"\\e03d\";}i:151;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Trophy\";s:9:\"classname\";s:15:\".auxicon-trophy\";s:7:\"content\";s:5:\"\\e03e\";}i:152;O:8:\"stdClass\":3:{s:4:\"name\";s:2:\"Tv\";s:9:\"classname\";s:11:\".auxicon-tv\";s:7:\"content\";s:5:\"\\e03f\";}i:153;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User 1\";s:9:\"classname\";s:15:\".auxicon-user-1\";s:7:\"content\";s:5:\"\\e040\";}i:154;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Videos\";s:9:\"classname\";s:15:\".auxicon-videos\";s:7:\"content\";s:5:\"\\e041\";}i:155;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Wallet 1\";s:9:\"classname\";s:17:\".auxicon-wallet-1\";s:7:\"content\";s:5:\"\\e042\";}i:156;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Watch 1\";s:9:\"classname\";s:16:\".auxicon-watch-1\";s:7:\"content\";s:5:\"\\e043\";}i:157;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Addons\";s:9:\"classname\";s:15:\".auxicon-addons\";s:7:\"content\";s:5:\"\\e044\";}i:158;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Arrow\";s:9:\"classname\";s:14:\".auxicon-arrow\";s:7:\"content\";s:5:\"\\e045\";}i:159;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Attachment\";s:9:\"classname\";s:19:\".auxicon-attachment\";s:7:\"content\";s:5:\"\\e046\";}i:160;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Award\";s:9:\"classname\";s:14:\".auxicon-award\";s:7:\"content\";s:5:\"\\e047\";}i:161;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Book\";s:9:\"classname\";s:13:\".auxicon-book\";s:7:\"content\";s:5:\"\\e048\";}i:162;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Calendar 1\";s:9:\"classname\";s:19:\".auxicon-calendar-1\";s:7:\"content\";s:5:\"\\e049\";}i:163;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Card\";s:9:\"classname\";s:13:\".auxicon-card\";s:7:\"content\";s:5:\"\\e04a\";}i:164;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Check\";s:9:\"classname\";s:14:\".auxicon-check\";s:7:\"content\";s:5:\"\\e04b\";}i:165;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Coffee\";s:9:\"classname\";s:15:\".auxicon-coffee\";s:7:\"content\";s:5:\"\\e04c\";}i:166;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Compass\";s:9:\"classname\";s:16:\".auxicon-compass\";s:7:\"content\";s:5:\"\\e04d\";}i:167;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Connection\";s:9:\"classname\";s:19:\".auxicon-connection\";s:7:\"content\";s:5:\"\\e04e\";}i:168;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Crown\";s:9:\"classname\";s:14:\".auxicon-crown\";s:7:\"content\";s:5:\"\\e04f\";}i:169;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Dashboard 1\";s:9:\"classname\";s:20:\".auxicon-dashboard-1\";s:7:\"content\";s:5:\"\\e050\";}i:170;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Direction\";s:9:\"classname\";s:18:\".auxicon-direction\";s:7:\"content\";s:5:\"\\e051\";}i:171;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Download 1\";s:9:\"classname\";s:19:\".auxicon-download-1\";s:7:\"content\";s:5:\"\\e052\";}i:172;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Download data\";s:9:\"classname\";s:22:\".auxicon-download-data\";s:7:\"content\";s:5:\"\\e054\";}i:173;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Drop\";s:9:\"classname\";s:13:\".auxicon-drop\";s:7:\"content\";s:5:\"\\e055\";}i:174;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Expand\";s:9:\"classname\";s:15:\".auxicon-expand\";s:7:\"content\";s:5:\"\\e056\";}i:175;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Featured\";s:9:\"classname\";s:17:\".auxicon-featured\";s:7:\"content\";s:5:\"\\e057\";}i:176;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Flag\";s:9:\"classname\";s:13:\".auxicon-flag\";s:7:\"content\";s:5:\"\\e058\";}i:177;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Folder 2\";s:9:\"classname\";s:17:\".auxicon-folder-2\";s:7:\"content\";s:5:\"\\e059\";}i:178;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Food 1\";s:9:\"classname\";s:15:\".auxicon-food-1\";s:7:\"content\";s:5:\"\\e05a\";}i:179;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Food 2\";s:9:\"classname\";s:15:\".auxicon-food-2\";s:7:\"content\";s:5:\"\\e05b\";}i:180;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Gift\";s:9:\"classname\";s:13:\".auxicon-gift\";s:7:\"content\";s:5:\"\\e05c\";}i:181;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Glasses\";s:9:\"classname\";s:16:\".auxicon-glasses\";s:7:\"content\";s:5:\"\\e05d\";}i:182;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Grid\";s:9:\"classname\";s:13:\".auxicon-grid\";s:7:\"content\";s:5:\"\\e05e\";}i:183;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Home 1\";s:9:\"classname\";s:15:\".auxicon-home-1\";s:7:\"content\";s:5:\"\\e05f\";}i:184;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Hot\";s:9:\"classname\";s:12:\".auxicon-hot\";s:7:\"content\";s:5:\"\\e060\";}i:185;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Ice cream 1\";s:9:\"classname\";s:20:\".auxicon-ice-cream-1\";s:7:\"content\";s:5:\"\\e061\";}i:186;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Idea\";s:9:\"classname\";s:13:\".auxicon-idea\";s:7:\"content\";s:5:\"\\e062\";}i:187;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Info\";s:9:\"classname\";s:13:\".auxicon-info\";s:7:\"content\";s:5:\"\\e063\";}i:188;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Label\";s:9:\"classname\";s:14:\".auxicon-label\";s:7:\"content\";s:5:\"\\e064\";}i:189;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Like 2 1\";s:9:\"classname\";s:17:\".auxicon-like-2-1\";s:7:\"content\";s:5:\"\\e065\";}i:190;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Link\";s:9:\"classname\";s:13:\".auxicon-link\";s:7:\"content\";s:5:\"\\e066\";}i:191;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"List\";s:9:\"classname\";s:13:\".auxicon-list\";s:7:\"content\";s:5:\"\\e067\";}i:192;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Loading\";s:9:\"classname\";s:16:\".auxicon-loading\";s:7:\"content\";s:5:\"\\e069\";}i:193;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Login\";s:9:\"classname\";s:14:\".auxicon-login\";s:7:\"content\";s:5:\"\\e06a\";}i:194;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Mail\";s:9:\"classname\";s:13:\".auxicon-mail\";s:7:\"content\";s:5:\"\\e06b\";}i:195;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Map\";s:9:\"classname\";s:12:\".auxicon-map\";s:7:\"content\";s:5:\"\\e06c\";}i:196;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Map 1\";s:9:\"classname\";s:14:\".auxicon-map-1\";s:7:\"content\";s:5:\"\\e06d\";}i:197;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Map 2\";s:9:\"classname\";s:14:\".auxicon-map-2\";s:7:\"content\";s:5:\"\\e06e\";}i:198;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Mark\";s:9:\"classname\";s:13:\".auxicon-mark\";s:7:\"content\";s:5:\"\\e06f\";}i:199;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Media\";s:9:\"classname\";s:14:\".auxicon-media\";s:7:\"content\";s:5:\"\\e070\";}i:200;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Menu\";s:9:\"classname\";s:13:\".auxicon-menu\";s:7:\"content\";s:5:\"\\e071\";}i:201;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Message\";s:9:\"classname\";s:16:\".auxicon-message\";s:7:\"content\";s:5:\"\\e072\";}i:202;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Money\";s:9:\"classname\";s:14:\".auxicon-money\";s:7:\"content\";s:5:\"\\e073\";}i:203;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Music 1\";s:9:\"classname\";s:16:\".auxicon-music-1\";s:7:\"content\";s:5:\"\\e074\";}i:204;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Notification 1\";s:9:\"classname\";s:23:\".auxicon-notification-1\";s:7:\"content\";s:5:\"\\e075\";}i:205;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Notification 2\";s:9:\"classname\";s:23:\".auxicon-notification-2\";s:7:\"content\";s:5:\"\\e076\";}i:206;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Packet\";s:9:\"classname\";s:15:\".auxicon-packet\";s:7:\"content\";s:5:\"\\e077\";}i:207;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Pause 1\";s:9:\"classname\";s:16:\".auxicon-pause-1\";s:7:\"content\";s:5:\"\\e078\";}i:208;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pen 2\";s:9:\"classname\";s:14:\".auxicon-pen-2\";s:7:\"content\";s:5:\"\\e079\";}i:209;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Phone 1\";s:9:\"classname\";s:16:\".auxicon-phone-1\";s:7:\"content\";s:5:\"\\e07a\";}i:210;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Photo\";s:9:\"classname\";s:14:\".auxicon-photo\";s:7:\"content\";s:5:\"\\e07b\";}i:211;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Play 1\";s:9:\"classname\";s:15:\".auxicon-play-1\";s:7:\"content\";s:5:\"\\e07c\";}i:212;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Portfolio\";s:9:\"classname\";s:18:\".auxicon-portfolio\";s:7:\"content\";s:5:\"\\e07d\";}i:213;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Profile 1\";s:9:\"classname\";s:18:\".auxicon-profile-1\";s:7:\"content\";s:5:\"\\e07e\";}i:214;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Profile 2\";s:9:\"classname\";s:18:\".auxicon-profile-2\";s:7:\"content\";s:5:\"\\e07f\";}i:215;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Profile 3\";s:9:\"classname\";s:18:\".auxicon-profile-3\";s:7:\"content\";s:5:\"\\e080\";}i:216;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Profile 4\";s:9:\"classname\";s:18:\".auxicon-profile-4\";s:7:\"content\";s:5:\"\\e081\";}i:217;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Repair\";s:9:\"classname\";s:15:\".auxicon-repair\";s:7:\"content\";s:5:\"\\e082\";}i:218;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Repost\";s:9:\"classname\";s:15:\".auxicon-repost\";s:7:\"content\";s:5:\"\\e083\";}i:219;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Resend\";s:9:\"classname\";s:15:\".auxicon-resend\";s:7:\"content\";s:5:\"\\e084\";}i:220;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Rocket\";s:9:\"classname\";s:15:\".auxicon-rocket\";s:7:\"content\";s:5:\"\\e085\";}i:221;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Save\";s:9:\"classname\";s:13:\".auxicon-save\";s:7:\"content\";s:5:\"\\e086\";}i:222;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Search\";s:9:\"classname\";s:15:\".auxicon-search\";s:7:\"content\";s:5:\"\\e087\";}i:223;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 4\";s:9:\"classname\";s:19:\".auxicon-settings-4\";s:7:\"content\";s:5:\"\\e088\";}i:224;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Share 1\";s:9:\"classname\";s:16:\".auxicon-share-1\";s:7:\"content\";s:5:\"\\e089\";}i:225;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Share 2\";s:9:\"classname\";s:16:\".auxicon-share-2\";s:7:\"content\";s:5:\"\\e08a\";}i:226;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Shop 1\";s:9:\"classname\";s:15:\".auxicon-shop-1\";s:7:\"content\";s:5:\"\\e08b\";}i:227;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Sorting\";s:9:\"classname\";s:16:\".auxicon-sorting\";s:7:\"content\";s:5:\"\\e08c\";}i:228;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Sound\";s:9:\"classname\";s:14:\".auxicon-sound\";s:7:\"content\";s:5:\"\\e08d\";}i:229;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Star rate\";s:9:\"classname\";s:18:\".auxicon-star-rate\";s:7:\"content\";s:5:\"\\e08e\";}i:230;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Stats 1\";s:9:\"classname\";s:16:\".auxicon-stats-1\";s:7:\"content\";s:5:\"\\e08f\";}i:231;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Stats 2\";s:9:\"classname\";s:16:\".auxicon-stats-2\";s:7:\"content\";s:5:\"\\e090\";}i:232;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Stats 3\";s:9:\"classname\";s:16:\".auxicon-stats-3\";s:7:\"content\";s:5:\"\\e091\";}i:233;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Stop\";s:9:\"classname\";s:13:\".auxicon-stop\";s:7:\"content\";s:5:\"\\e092\";}i:234;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Tablet 1\";s:9:\"classname\";s:17:\".auxicon-tablet-1\";s:7:\"content\";s:5:\"\\e093\";}i:235;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Tablet mini\";s:9:\"classname\";s:20:\".auxicon-tablet-mini\";s:7:\"content\";s:5:\"\\e094\";}i:236;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Time\";s:9:\"classname\";s:13:\".auxicon-time\";s:7:\"content\";s:5:\"\\e095\";}i:237;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Top\";s:9:\"classname\";s:12:\".auxicon-top\";s:7:\"content\";s:5:\"\\e096\";}i:238;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Trash\";s:9:\"classname\";s:14:\".auxicon-trash\";s:7:\"content\";s:5:\"\\e097\";}i:239;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Treasure\";s:9:\"classname\";s:17:\".auxicon-treasure\";s:7:\"content\";s:5:\"\\e098\";}i:240;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"View\";s:9:\"classname\";s:13:\".auxicon-view\";s:7:\"content\";s:5:\"\\e099\";}i:241;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Vote\";s:9:\"classname\";s:13:\".auxicon-vote\";s:7:\"content\";s:5:\"\\e09a\";}i:242;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Wallet 2\";s:9:\"classname\";s:17:\".auxicon-wallet-2\";s:7:\"content\";s:5:\"\\e09b\";}i:243;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Weather\";s:9:\"classname\";s:16:\".auxicon-weather\";s:7:\"content\";s:5:\"\\e09c\";}i:244;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Wireframe\";s:9:\"classname\";s:18:\".auxicon-wireframe\";s:7:\"content\";s:5:\"\\e09d\";}i:245;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Add\";s:9:\"classname\";s:12:\".auxicon-add\";s:7:\"content\";s:5:\"\\e09e\";}i:246;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Alarm\";s:9:\"classname\";s:14:\".auxicon-alarm\";s:7:\"content\";s:5:\"\\e09f\";}i:247;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Anchor\";s:9:\"classname\";s:15:\".auxicon-anchor\";s:7:\"content\";s:5:\"\\e0a0\";}i:248;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Attachment 1\";s:9:\"classname\";s:21:\".auxicon-attachment-1\";s:7:\"content\";s:5:\"\\e0a1\";}i:249;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Brightness\";s:9:\"classname\";s:19:\".auxicon-brightness\";s:7:\"content\";s:5:\"\\e0a2\";}i:250;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Brightness half\";s:9:\"classname\";s:24:\".auxicon-brightness-half\";s:7:\"content\";s:5:\"\\e0a3\";}i:251;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Browser\";s:9:\"classname\";s:16:\".auxicon-browser\";s:7:\"content\";s:5:\"\\e0a4\";}i:252;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Calculator 2\";s:9:\"classname\";s:21:\".auxicon-calculator-2\";s:7:\"content\";s:5:\"\\e0a5\";}i:253;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Calendar 2\";s:9:\"classname\";s:19:\".auxicon-calendar-2\";s:7:\"content\";s:5:\"\\e0a6\";}i:254;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Camera\";s:9:\"classname\";s:15:\".auxicon-camera\";s:7:\"content\";s:5:\"\\e0a7\";}i:255;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Chat\";s:9:\"classname\";s:13:\".auxicon-chat\";s:7:\"content\";s:5:\"\\e0a8\";}i:256;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Circle full\";s:9:\"classname\";s:20:\".auxicon-circle-full\";s:7:\"content\";s:5:\"\\e0a9\";}i:257;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Circle half\";s:9:\"classname\";s:20:\".auxicon-circle-half\";s:7:\"content\";s:5:\"\\e0aa\";}i:258;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Clipboard 1\";s:9:\"classname\";s:20:\".auxicon-clipboard-1\";s:7:\"content\";s:5:\"\\e0ab\";}i:259;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Clock\";s:9:\"classname\";s:14:\".auxicon-clock\";s:7:\"content\";s:5:\"\\e0ac\";}i:260;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Close\";s:9:\"classname\";s:14:\".auxicon-close\";s:7:\"content\";s:5:\"\\e0ad\";}i:261;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Cloud 2\";s:9:\"classname\";s:16:\".auxicon-cloud-2\";s:7:\"content\";s:5:\"\\e0ae\";}i:262;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Cmd\";s:9:\"classname\";s:12:\".auxicon-cmd\";s:7:\"content\";s:5:\"\\e0af\";}i:263;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Comments\";s:9:\"classname\";s:17:\".auxicon-comments\";s:7:\"content\";s:5:\"\\e0b0\";}i:264;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Compose\";s:9:\"classname\";s:16:\".auxicon-compose\";s:7:\"content\";s:5:\"\\e0b1\";}i:265;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Delicious 1\";s:9:\"classname\";s:20:\".auxicon-delicious-1\";s:7:\"content\";s:5:\"\\e0b2\";}i:266;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Dribbble 1\";s:9:\"classname\";s:19:\".auxicon-dribbble-1\";s:7:\"content\";s:5:\"\\e0b3\";}i:267;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Envelope\";s:9:\"classname\";s:17:\".auxicon-envelope\";s:7:\"content\";s:5:\"\\e0b4\";}i:268;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Exclamation\";s:9:\"classname\";s:20:\".auxicon-exclamation\";s:7:\"content\";s:5:\"\\e0b5\";}i:269;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Expand 1\";s:9:\"classname\";s:17:\".auxicon-expand-1\";s:7:\"content\";s:5:\"\\e0b6\";}i:270;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Feather\";s:9:\"classname\";s:16:\".auxicon-feather\";s:7:\"content\";s:5:\"\\e0b8\";}i:271;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Forbid\";s:9:\"classname\";s:15:\".auxicon-forbid\";s:7:\"content\";s:5:\"\\e0b9\";}i:272;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Forbid 1\";s:9:\"classname\";s:17:\".auxicon-forbid-1\";s:7:\"content\";s:5:\"\\e0ba\";}i:273;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Fork and knife\";s:9:\"classname\";s:23:\".auxicon-fork-and-knife\";s:7:\"content\";s:5:\"\\e0bb\";}i:274;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Fork and spoon\";s:9:\"classname\";s:23:\".auxicon-fork-and-spoon\";s:7:\"content\";s:5:\"\\e0bc\";}i:275;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Forward 1\";s:9:\"classname\";s:18:\".auxicon-forward-1\";s:7:\"content\";s:5:\"\\e0bd\";}i:276;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Gallary\";s:9:\"classname\";s:16:\".auxicon-gallary\";s:7:\"content\";s:5:\"\\e0be\";}i:277;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Globe\";s:9:\"classname\";s:14:\".auxicon-globe\";s:7:\"content\";s:5:\"\\e0bf\";}i:278;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Googleplus 1\";s:9:\"classname\";s:21:\".auxicon-googleplus-1\";s:7:\"content\";s:5:\"\\e0c0\";}i:279;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Grid 1\";s:9:\"classname\";s:15:\".auxicon-grid-1\";s:7:\"content\";s:5:\"\\e0c1\";}i:280;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Grid alt\";s:9:\"classname\";s:17:\".auxicon-grid-alt\";s:7:\"content\";s:5:\"\\e0c2\";}i:281;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 1\";s:9:\"classname\";s:16:\".auxicon-heart-1\";s:7:\"content\";s:5:\"\\e0c3\";}i:282;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Home 2\";s:9:\"classname\";s:15:\".auxicon-home-2\";s:7:\"content\";s:5:\"\\e0c4\";}i:283;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Hyperlink\";s:9:\"classname\";s:18:\".auxicon-hyperlink\";s:7:\"content\";s:5:\"\\e0c5\";}i:284;O:8:\"stdClass\":3:{s:4:\"name\";s:2:\"In\";s:9:\"classname\";s:11:\".auxicon-in\";s:7:\"content\";s:5:\"\\e0c6\";}i:285;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"In alt\";s:9:\"classname\";s:15:\".auxicon-in-alt\";s:7:\"content\";s:5:\"\\e0c7\";}i:286;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Inbox\";s:9:\"classname\";s:14:\".auxicon-inbox\";s:7:\"content\";s:5:\"\\e0c8\";}i:287;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Inbox alt\";s:9:\"classname\";s:18:\".auxicon-inbox-alt\";s:7:\"content\";s:5:\"\\e0c9\";}i:288;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Ipad\";s:9:\"classname\";s:13:\".auxicon-ipad\";s:7:\"content\";s:5:\"\\e0cb\";}i:289;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Iphone\";s:9:\"classname\";s:15:\".auxicon-iphone\";s:7:\"content\";s:5:\"\\e0cc\";}i:290;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Light bulb\";s:9:\"classname\";s:19:\".auxicon-light-bulb\";s:7:\"content\";s:5:\"\\e0cd\";}i:291;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"List 1\";s:9:\"classname\";s:15:\".auxicon-list-1\";s:7:\"content\";s:5:\"\\e0ce\";}i:292;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Maximize\";s:9:\"classname\";s:17:\".auxicon-maximize\";s:7:\"content\";s:5:\"\\e0cf\";}i:293;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Menu 1\";s:9:\"classname\";s:15:\".auxicon-menu-1\";s:7:\"content\";s:5:\"\\e0d0\";}i:294;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Moon\";s:9:\"classname\";s:13:\".auxicon-moon\";s:7:\"content\";s:5:\"\\e0d1\";}i:295;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Newspaper\";s:9:\"classname\";s:18:\".auxicon-newspaper\";s:7:\"content\";s:5:\"\\e0d2\";}i:296;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Newspaper alt\";s:9:\"classname\";s:22:\".auxicon-newspaper-alt\";s:7:\"content\";s:5:\"\\e0d3\";}i:297;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Out\";s:9:\"classname\";s:12:\".auxicon-out\";s:7:\"content\";s:5:\"\\e0d4\";}i:298;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Pause 2\";s:9:\"classname\";s:16:\".auxicon-pause-2\";s:7:\"content\";s:5:\"\\e0d5\";}i:299;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Pin\";s:9:\"classname\";s:12:\".auxicon-pin\";s:7:\"content\";s:5:\"\\e0d6\";}i:300;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Pin alt\";s:9:\"classname\";s:16:\".auxicon-pin-alt\";s:7:\"content\";s:5:\"\\e0d7\";}i:301;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Play 2\";s:9:\"classname\";s:15:\".auxicon-play-2\";s:7:\"content\";s:5:\"\\e0d8\";}i:302;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Portfolio 1\";s:9:\"classname\";s:20:\".auxicon-portfolio-1\";s:7:\"content\";s:5:\"\\e0d9\";}i:303;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Question\";s:9:\"classname\";s:17:\".auxicon-question\";s:7:\"content\";s:5:\"\\e0da\";}i:304;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Rewind\";s:9:\"classname\";s:15:\".auxicon-rewind\";s:7:\"content\";s:5:\"\\e0db\";}i:305;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Screen\";s:9:\"classname\";s:15:\".auxicon-screen\";s:7:\"content\";s:5:\"\\e0dc\";}i:306;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 5\";s:9:\"classname\";s:19:\".auxicon-settings-5\";s:7:\"content\";s:5:\"\\e0de\";}i:307;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Sound 1\";s:9:\"classname\";s:16:\".auxicon-sound-1\";s:7:\"content\";s:5:\"\\e0df\";}i:308;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Sound alt\";s:9:\"classname\";s:18:\".auxicon-sound-alt\";s:7:\"content\";s:5:\"\\e0e0\";}i:309;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Sound off\";s:9:\"classname\";s:18:\".auxicon-sound-off\";s:7:\"content\";s:5:\"\\e0e1\";}i:310;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Spinner\";s:9:\"classname\";s:16:\".auxicon-spinner\";s:7:\"content\";s:5:\"\\e0e2\";}i:311;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Stop 1\";s:9:\"classname\";s:15:\".auxicon-stop-1\";s:7:\"content\";s:5:\"\\e0e3\";}i:312;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Store 1\";s:9:\"classname\";s:16:\".auxicon-store-1\";s:7:\"content\";s:5:\"\\e0e4\";}i:313;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Subtract\";s:9:\"classname\";s:17:\".auxicon-subtract\";s:7:\"content\";s:5:\"\\e0e5\";}i:314;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Task\";s:9:\"classname\";s:13:\".auxicon-task\";s:7:\"content\";s:5:\"\\e0e6\";}i:315;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Trash 1\";s:9:\"classname\";s:16:\".auxicon-trash-1\";s:7:\"content\";s:5:\"\\e0e7\";}i:316;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Trash alt\";s:9:\"classname\";s:18:\".auxicon-trash-alt\";s:7:\"content\";s:5:\"\\e0e8\";}i:317;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User 2\";s:9:\"classname\";s:15:\".auxicon-user-2\";s:7:\"content\";s:5:\"\\e0e9\";}i:318;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Users\";s:9:\"classname\";s:14:\".auxicon-users\";s:7:\"content\";s:5:\"\\e0ea\";}i:319;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Windows 1 1\";s:9:\"classname\";s:20:\".auxicon-windows-1-1\";s:7:\"content\";s:5:\"\\e0eb\";}i:320;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Zoom in\";s:9:\"classname\";s:16:\".auxicon-zoom-in\";s:7:\"content\";s:5:\"\\e0ec\";}i:321;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Zoom out\";s:9:\"classname\";s:17:\".auxicon-zoom-out\";s:7:\"content\";s:5:\"\\e0ed\";}i:322;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Alert\";s:9:\"classname\";s:14:\".auxicon-alert\";s:7:\"content\";s:5:\"\\e0ee\";}i:323;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Alignment align\";s:9:\"classname\";s:24:\".auxicon-alignment-align\";s:7:\"content\";s:5:\"\\e0ef\";}i:324;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Alignment aligned to\";s:9:\"classname\";s:29:\".auxicon-alignment-aligned-to\";s:7:\"content\";s:5:\"\\e0f0\";}i:325;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Alignment unalign\";s:9:\"classname\";s:26:\".auxicon-alignment-unalign\";s:7:\"content\";s:5:\"\\e0f1\";}i:326;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Arrow down\";s:9:\"classname\";s:19:\".auxicon-arrow-down\";s:7:\"content\";s:5:\"\\e0f2\";}i:327;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Arrow left\";s:9:\"classname\";s:19:\".auxicon-arrow-left\";s:7:\"content\";s:5:\"\\e0f3\";}i:328;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Arrow right\";s:9:\"classname\";s:20:\".auxicon-arrow-right\";s:7:\"content\";s:5:\"\\e0f4\";}i:329;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Arrow small down\";s:9:\"classname\";s:25:\".auxicon-arrow-small-down\";s:7:\"content\";s:5:\"\\e0f5\";}i:330;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Arrow small left\";s:9:\"classname\";s:25:\".auxicon-arrow-small-left\";s:7:\"content\";s:5:\"\\e0f6\";}i:331;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Arrow small right\";s:9:\"classname\";s:26:\".auxicon-arrow-small-right\";s:7:\"content\";s:5:\"\\e0f7\";}i:332;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Arrow small up\";s:9:\"classname\";s:23:\".auxicon-arrow-small-up\";s:7:\"content\";s:5:\"\\e0f8\";}i:333;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Arrow up\";s:9:\"classname\";s:17:\".auxicon-arrow-up\";s:7:\"content\";s:5:\"\\e0f9\";}i:334;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Beer\";s:9:\"classname\";s:13:\".auxicon-beer\";s:7:\"content\";s:5:\"\\e0fa\";}i:335;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Book 1\";s:9:\"classname\";s:15:\".auxicon-book-1\";s:7:\"content\";s:5:\"\\e0fb\";}i:336;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bookmark\";s:9:\"classname\";s:17:\".auxicon-bookmark\";s:7:\"content\";s:5:\"\\e0fc\";}i:337;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Briefcase\";s:9:\"classname\";s:18:\".auxicon-briefcase\";s:7:\"content\";s:5:\"\\e0fd\";}i:338;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Broadcast\";s:9:\"classname\";s:18:\".auxicon-broadcast\";s:7:\"content\";s:5:\"\\e0fe\";}i:339;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Browser 1\";s:9:\"classname\";s:18:\".auxicon-browser-1\";s:7:\"content\";s:5:\"\\e0ff\";}i:340;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Bug\";s:9:\"classname\";s:12:\".auxicon-bug\";s:7:\"content\";s:5:\"\\e100\";}i:341;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Calendar 3\";s:9:\"classname\";s:19:\".auxicon-calendar-3\";s:7:\"content\";s:5:\"\\e101\";}i:342;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Check 1\";s:9:\"classname\";s:16:\".auxicon-check-1\";s:7:\"content\";s:5:\"\\e102\";}i:343;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Checklist\";s:9:\"classname\";s:18:\".auxicon-checklist\";s:7:\"content\";s:5:\"\\e103\";}i:344;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Chevron down\";s:9:\"classname\";s:21:\".auxicon-chevron-down\";s:7:\"content\";s:5:\"\\e104\";}i:345;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Chevron left\";s:9:\"classname\";s:21:\".auxicon-chevron-left\";s:7:\"content\";s:5:\"\\e105\";}i:346;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Chevron right\";s:9:\"classname\";s:22:\".auxicon-chevron-right\";s:7:\"content\";s:5:\"\\e106\";}i:347;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Chevron up\";s:9:\"classname\";s:19:\".auxicon-chevron-up\";s:7:\"content\";s:5:\"\\e107\";}i:348;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Circle slash\";s:9:\"classname\";s:21:\".auxicon-circle-slash\";s:7:\"content\";s:5:\"\\e108\";}i:349;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Circuit board\";s:9:\"classname\";s:22:\".auxicon-circuit-board\";s:7:\"content\";s:5:\"\\e109\";}i:350;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Clippy\";s:9:\"classname\";s:15:\".auxicon-clippy\";s:7:\"content\";s:5:\"\\e10a\";}i:351;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Clock 1\";s:9:\"classname\";s:16:\".auxicon-clock-1\";s:7:\"content\";s:5:\"\\e10b\";}i:352;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Cloud download\";s:9:\"classname\";s:23:\".auxicon-cloud-download\";s:7:\"content\";s:5:\"\\e10c\";}i:353;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Cloud upload\";s:9:\"classname\";s:21:\".auxicon-cloud-upload\";s:7:\"content\";s:5:\"\\e10d\";}i:354;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Code\";s:9:\"classname\";s:13:\".auxicon-code\";s:7:\"content\";s:5:\"\\e10e\";}i:355;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Color mode\";s:9:\"classname\";s:19:\".auxicon-color-mode\";s:7:\"content\";s:5:\"\\e10f\";}i:356;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Comment 2 1\";s:9:\"classname\";s:20:\".auxicon-comment-2-1\";s:7:\"content\";s:5:\"\\e110\";}i:357;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Comment discussion\";s:9:\"classname\";s:27:\".auxicon-comment-discussion\";s:7:\"content\";s:5:\"\\e111\";}i:358;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Credit card 5\";s:9:\"classname\";s:22:\".auxicon-credit-card-5\";s:7:\"content\";s:5:\"\\e112\";}i:359;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Dash\";s:9:\"classname\";s:13:\".auxicon-dash\";s:7:\"content\";s:5:\"\\e113\";}i:360;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Dashboard 2\";s:9:\"classname\";s:20:\".auxicon-dashboard-2\";s:7:\"content\";s:5:\"\\e114\";}i:361;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Database\";s:9:\"classname\";s:17:\".auxicon-database\";s:7:\"content\";s:5:\"\\e115\";}i:362;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Device camera\";s:9:\"classname\";s:22:\".auxicon-device-camera\";s:7:\"content\";s:5:\"\\e116\";}i:363;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Device camera video\";s:9:\"classname\";s:28:\".auxicon-device-camera-video\";s:7:\"content\";s:5:\"\\e117\";}i:364;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Device desktop\";s:9:\"classname\";s:23:\".auxicon-device-desktop\";s:7:\"content\";s:5:\"\\e118\";}i:365;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Device mobile\";s:9:\"classname\";s:22:\".auxicon-device-mobile\";s:7:\"content\";s:5:\"\\e119\";}i:366;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Diff\";s:9:\"classname\";s:13:\".auxicon-diff\";s:7:\"content\";s:5:\"\\e11a\";}i:367;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Diff added\";s:9:\"classname\";s:19:\".auxicon-diff-added\";s:7:\"content\";s:5:\"\\e11b\";}i:368;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Diff ignored\";s:9:\"classname\";s:21:\".auxicon-diff-ignored\";s:7:\"content\";s:5:\"\\e11c\";}i:369;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Diff modified\";s:9:\"classname\";s:22:\".auxicon-diff-modified\";s:7:\"content\";s:5:\"\\e11d\";}i:370;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Diff removed\";s:9:\"classname\";s:21:\".auxicon-diff-removed\";s:7:\"content\";s:5:\"\\e11e\";}i:371;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Diff renamed\";s:9:\"classname\";s:21:\".auxicon-diff-renamed\";s:7:\"content\";s:5:\"\\e11f\";}i:372;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Ellipsis\";s:9:\"classname\";s:17:\".auxicon-ellipsis\";s:7:\"content\";s:5:\"\\e120\";}i:373;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Eye\";s:9:\"classname\";s:12:\".auxicon-eye\";s:7:\"content\";s:5:\"\\e121\";}i:374;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"File binary\";s:9:\"classname\";s:20:\".auxicon-file-binary\";s:7:\"content\";s:5:\"\\e122\";}i:375;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"File code\";s:9:\"classname\";s:18:\".auxicon-file-code\";s:7:\"content\";s:5:\"\\e123\";}i:376;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"File directory\";s:9:\"classname\";s:23:\".auxicon-file-directory\";s:7:\"content\";s:5:\"\\e124\";}i:377;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"File media\";s:9:\"classname\";s:19:\".auxicon-file-media\";s:7:\"content\";s:5:\"\\e125\";}i:378;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File pdf\";s:9:\"classname\";s:17:\".auxicon-file-pdf\";s:7:\"content\";s:5:\"\\e126\";}i:379;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"File submodule\";s:9:\"classname\";s:23:\".auxicon-file-submodule\";s:7:\"content\";s:5:\"\\e127\";}i:380;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"File symlink directory\";s:9:\"classname\";s:31:\".auxicon-file-symlink-directory\";s:7:\"content\";s:5:\"\\e128\";}i:381;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"File symlink file\";s:9:\"classname\";s:26:\".auxicon-file-symlink-file\";s:7:\"content\";s:5:\"\\e129\";}i:382;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"File text\";s:9:\"classname\";s:18:\".auxicon-file-text\";s:7:\"content\";s:5:\"\\e12a\";}i:383;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File zip\";s:9:\"classname\";s:17:\".auxicon-file-zip\";s:7:\"content\";s:5:\"\\e12b\";}i:384;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Flame\";s:9:\"classname\";s:14:\".auxicon-flame\";s:7:\"content\";s:5:\"\\e12c\";}i:385;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Fold\";s:9:\"classname\";s:13:\".auxicon-fold\";s:7:\"content\";s:5:\"\\e12d\";}i:386;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Gear\";s:9:\"classname\";s:13:\".auxicon-gear\";s:7:\"content\";s:5:\"\\e12e\";}i:387;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Gift 1\";s:9:\"classname\";s:15:\".auxicon-gift-1\";s:7:\"content\";s:5:\"\\e12f\";}i:388;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Gist\";s:9:\"classname\";s:13:\".auxicon-gist\";s:7:\"content\";s:5:\"\\e130\";}i:389;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Gist secret\";s:9:\"classname\";s:20:\".auxicon-gist-secret\";s:7:\"content\";s:5:\"\\e131\";}i:390;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Git branch\";s:9:\"classname\";s:19:\".auxicon-git-branch\";s:7:\"content\";s:5:\"\\e132\";}i:391;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Git commit\";s:9:\"classname\";s:19:\".auxicon-git-commit\";s:7:\"content\";s:5:\"\\e133\";}i:392;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Git compare\";s:9:\"classname\";s:20:\".auxicon-git-compare\";s:7:\"content\";s:5:\"\\e134\";}i:393;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Git merge\";s:9:\"classname\";s:18:\".auxicon-git-merge\";s:7:\"content\";s:5:\"\\e135\";}i:394;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Git pull request\";s:9:\"classname\";s:25:\".auxicon-git-pull-request\";s:7:\"content\";s:5:\"\\e136\";}i:395;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Globe 1\";s:9:\"classname\";s:16:\".auxicon-globe-1\";s:7:\"content\";s:5:\"\\e137\";}i:396;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Graph\";s:9:\"classname\";s:14:\".auxicon-graph\";s:7:\"content\";s:5:\"\\e138\";}i:397;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 2\";s:9:\"classname\";s:16:\".auxicon-heart-2\";s:7:\"content\";s:5:\"\\e139\";}i:398;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"History\";s:9:\"classname\";s:16:\".auxicon-history\";s:7:\"content\";s:5:\"\\e13a\";}i:399;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Home 3\";s:9:\"classname\";s:15:\".auxicon-home-3\";s:7:\"content\";s:5:\"\\e13b\";}i:400;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Horizontal rule\";s:9:\"classname\";s:24:\".auxicon-horizontal-rule\";s:7:\"content\";s:5:\"\\e13c\";}i:401;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Hourglass\";s:9:\"classname\";s:18:\".auxicon-hourglass\";s:7:\"content\";s:5:\"\\e13d\";}i:402;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Hubot\";s:9:\"classname\";s:14:\".auxicon-hubot\";s:7:\"content\";s:5:\"\\e13e\";}i:403;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Inbox 1\";s:9:\"classname\";s:16:\".auxicon-inbox-1\";s:7:\"content\";s:5:\"\\e13f\";}i:404;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Info 1\";s:9:\"classname\";s:15:\".auxicon-info-1\";s:7:\"content\";s:5:\"\\e140\";}i:405;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Issue closed\";s:9:\"classname\";s:21:\".auxicon-issue-closed\";s:7:\"content\";s:5:\"\\e141\";}i:406;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Issue opened\";s:9:\"classname\";s:21:\".auxicon-issue-opened\";s:7:\"content\";s:5:\"\\e142\";}i:407;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Issue reopened\";s:9:\"classname\";s:23:\".auxicon-issue-reopened\";s:7:\"content\";s:5:\"\\e143\";}i:408;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Jersey\";s:9:\"classname\";s:15:\".auxicon-jersey\";s:7:\"content\";s:5:\"\\e144\";}i:409;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Jump down\";s:9:\"classname\";s:18:\".auxicon-jump-down\";s:7:\"content\";s:5:\"\\e145\";}i:410;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Jump left\";s:9:\"classname\";s:18:\".auxicon-jump-left\";s:7:\"content\";s:5:\"\\e146\";}i:411;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Jump right\";s:9:\"classname\";s:19:\".auxicon-jump-right\";s:7:\"content\";s:5:\"\\e147\";}i:412;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Jump up\";s:9:\"classname\";s:16:\".auxicon-jump-up\";s:7:\"content\";s:5:\"\\e148\";}i:413;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Key 1\";s:9:\"classname\";s:14:\".auxicon-key-1\";s:7:\"content\";s:5:\"\\e149\";}i:414;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Keyboard 1\";s:9:\"classname\";s:19:\".auxicon-keyboard-1\";s:7:\"content\";s:5:\"\\e14a\";}i:415;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Law\";s:9:\"classname\";s:12:\".auxicon-law\";s:7:\"content\";s:5:\"\\e14b\";}i:416;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Light bulb 1\";s:9:\"classname\";s:21:\".auxicon-light-bulb-1\";s:7:\"content\";s:5:\"\\e14c\";}i:417;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Link 1\";s:9:\"classname\";s:15:\".auxicon-link-1\";s:7:\"content\";s:5:\"\\e14d\";}i:418;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Link external\";s:9:\"classname\";s:22:\".auxicon-link-external\";s:7:\"content\";s:5:\"\\e14e\";}i:419;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"List ordered\";s:9:\"classname\";s:21:\".auxicon-list-ordered\";s:7:\"content\";s:5:\"\\e14f\";}i:420;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"List unordered\";s:9:\"classname\";s:23:\".auxicon-list-unordered\";s:7:\"content\";s:5:\"\\e150\";}i:421;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Location\";s:9:\"classname\";s:17:\".auxicon-location\";s:7:\"content\";s:5:\"\\e151\";}i:422;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Lock\";s:9:\"classname\";s:13:\".auxicon-lock\";s:7:\"content\";s:5:\"\\e152\";}i:423;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Logo github\";s:9:\"classname\";s:20:\".auxicon-logo-github\";s:7:\"content\";s:5:\"\\e153\";}i:424;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Mail 1\";s:9:\"classname\";s:15:\".auxicon-mail-1\";s:7:\"content\";s:5:\"\\e154\";}i:425;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Mail read\";s:9:\"classname\";s:18:\".auxicon-mail-read\";s:7:\"content\";s:5:\"\\e155\";}i:426;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Mail reply\";s:9:\"classname\";s:19:\".auxicon-mail-reply\";s:7:\"content\";s:5:\"\\e156\";}i:427;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Mark github\";s:9:\"classname\";s:20:\".auxicon-mark-github\";s:7:\"content\";s:5:\"\\e157\";}i:428;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Markdown\";s:9:\"classname\";s:17:\".auxicon-markdown\";s:7:\"content\";s:5:\"\\e158\";}i:429;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Megaphone\";s:9:\"classname\";s:18:\".auxicon-megaphone\";s:7:\"content\";s:5:\"\\e159\";}i:430;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Mention\";s:9:\"classname\";s:16:\".auxicon-mention\";s:7:\"content\";s:5:\"\\e15a\";}i:431;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Microscope\";s:9:\"classname\";s:19:\".auxicon-microscope\";s:7:\"content\";s:5:\"\\e15b\";}i:432;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Milestone\";s:9:\"classname\";s:18:\".auxicon-milestone\";s:7:\"content\";s:5:\"\\e15c\";}i:433;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Mirror\";s:9:\"classname\";s:15:\".auxicon-mirror\";s:7:\"content\";s:5:\"\\e15d\";}i:434;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Mortar board\";s:9:\"classname\";s:21:\".auxicon-mortar-board\";s:7:\"content\";s:5:\"\\e15e\";}i:435;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Move down\";s:9:\"classname\";s:18:\".auxicon-move-down\";s:7:\"content\";s:5:\"\\e15f\";}i:436;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Move left\";s:9:\"classname\";s:18:\".auxicon-move-left\";s:7:\"content\";s:5:\"\\e160\";}i:437;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Move right\";s:9:\"classname\";s:19:\".auxicon-move-right\";s:7:\"content\";s:5:\"\\e161\";}i:438;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Move up\";s:9:\"classname\";s:16:\".auxicon-move-up\";s:7:\"content\";s:5:\"\\e162\";}i:439;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Mute\";s:9:\"classname\";s:13:\".auxicon-mute\";s:7:\"content\";s:5:\"\\e163\";}i:440;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"No newline\";s:9:\"classname\";s:19:\".auxicon-no-newline\";s:7:\"content\";s:5:\"\\e164\";}i:441;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Octoface\";s:9:\"classname\";s:17:\".auxicon-octoface\";s:7:\"content\";s:5:\"\\e165\";}i:442;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Organization\";s:9:\"classname\";s:21:\".auxicon-organization\";s:7:\"content\";s:5:\"\\e166\";}i:443;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Package\";s:9:\"classname\";s:16:\".auxicon-package\";s:7:\"content\";s:5:\"\\e167\";}i:444;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Paintcan\";s:9:\"classname\";s:17:\".auxicon-paintcan\";s:7:\"content\";s:5:\"\\e168\";}i:445;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Pencil 2\";s:9:\"classname\";s:17:\".auxicon-pencil-2\";s:7:\"content\";s:5:\"\\e169\";}i:446;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Person\";s:9:\"classname\";s:15:\".auxicon-person\";s:7:\"content\";s:5:\"\\e16a\";}i:447;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pin 1\";s:9:\"classname\";s:14:\".auxicon-pin-1\";s:7:\"content\";s:5:\"\\e16b\";}i:448;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Playback fast forward\";s:9:\"classname\";s:30:\".auxicon-playback-fast-forward\";s:7:\"content\";s:5:\"\\e16c\";}i:449;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Playback pause\";s:9:\"classname\";s:23:\".auxicon-playback-pause\";s:7:\"content\";s:5:\"\\e16d\";}i:450;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Playback rewind\";s:9:\"classname\";s:24:\".auxicon-playback-rewind\";s:7:\"content\";s:5:\"\\e16f\";}i:451;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Plug\";s:9:\"classname\";s:13:\".auxicon-plug\";s:7:\"content\";s:5:\"\\e170\";}i:452;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Podium\";s:9:\"classname\";s:15:\".auxicon-podium\";s:7:\"content\";s:5:\"\\e172\";}i:453;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Primitive dot\";s:9:\"classname\";s:22:\".auxicon-primitive-dot\";s:7:\"content\";s:5:\"\\e173\";}i:454;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Primitive square\";s:9:\"classname\";s:25:\".auxicon-primitive-square\";s:7:\"content\";s:5:\"\\e174\";}i:455;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pulse\";s:9:\"classname\";s:14:\".auxicon-pulse\";s:7:\"content\";s:5:\"\\e175\";}i:456;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Puzzle\";s:9:\"classname\";s:15:\".auxicon-puzzle\";s:7:\"content\";s:5:\"\\e176\";}i:457;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Question 1\";s:9:\"classname\";s:19:\".auxicon-question-1\";s:7:\"content\";s:5:\"\\e177\";}i:458;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Quote\";s:9:\"classname\";s:14:\".auxicon-quote\";s:7:\"content\";s:5:\"\\e178\";}i:459;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Radio tower\";s:9:\"classname\";s:20:\".auxicon-radio-tower\";s:7:\"content\";s:5:\"\\e179\";}i:460;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Repo\";s:9:\"classname\";s:13:\".auxicon-repo\";s:7:\"content\";s:5:\"\\e17a\";}i:461;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Repo clone\";s:9:\"classname\";s:19:\".auxicon-repo-clone\";s:7:\"content\";s:5:\"\\e17b\";}i:462;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Repo force push\";s:9:\"classname\";s:24:\".auxicon-repo-force-push\";s:7:\"content\";s:5:\"\\e17c\";}i:463;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Repo forked\";s:9:\"classname\";s:20:\".auxicon-repo-forked\";s:7:\"content\";s:5:\"\\e17d\";}i:464;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Repo pull\";s:9:\"classname\";s:18:\".auxicon-repo-pull\";s:7:\"content\";s:5:\"\\e17e\";}i:465;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Repo push\";s:9:\"classname\";s:18:\".auxicon-repo-push\";s:7:\"content\";s:5:\"\\e17f\";}i:466;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Rocket 1\";s:9:\"classname\";s:17:\".auxicon-rocket-1\";s:7:\"content\";s:5:\"\\e180\";}i:467;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Rss 1\";s:9:\"classname\";s:14:\".auxicon-rss-1\";s:7:\"content\";s:5:\"\\e181\";}i:468;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Ruby\";s:9:\"classname\";s:13:\".auxicon-ruby\";s:7:\"content\";s:5:\"\\e182\";}i:469;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Screen full\";s:9:\"classname\";s:20:\".auxicon-screen-full\";s:7:\"content\";s:5:\"\\e183\";}i:470;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Screen normal\";s:9:\"classname\";s:22:\".auxicon-screen-normal\";s:7:\"content\";s:5:\"\\e184\";}i:471;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Search 2\";s:9:\"classname\";s:17:\".auxicon-search-2\";s:7:\"content\";s:5:\"\\e185\";}i:472;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Server\";s:9:\"classname\";s:15:\".auxicon-server\";s:7:\"content\";s:5:\"\\e186\";}i:473;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 6\";s:9:\"classname\";s:19:\".auxicon-settings-6\";s:7:\"content\";s:5:\"\\e187\";}i:474;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Sign in\";s:9:\"classname\";s:16:\".auxicon-sign-in\";s:7:\"content\";s:5:\"\\e188\";}i:475;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Sign out\";s:9:\"classname\";s:17:\".auxicon-sign-out\";s:7:\"content\";s:5:\"\\e189\";}i:476;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Split\";s:9:\"classname\";s:14:\".auxicon-split\";s:7:\"content\";s:5:\"\\e18a\";}i:477;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Squirrel\";s:9:\"classname\";s:17:\".auxicon-squirrel\";s:7:\"content\";s:5:\"\\e18b\";}i:478;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Star\";s:9:\"classname\";s:13:\".auxicon-star\";s:7:\"content\";s:5:\"\\e18c\";}i:479;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Steps\";s:9:\"classname\";s:14:\".auxicon-steps\";s:7:\"content\";s:5:\"\\e18d\";}i:480;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Stop 2\";s:9:\"classname\";s:15:\".auxicon-stop-2\";s:7:\"content\";s:5:\"\\e18e\";}i:481;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Sync\";s:9:\"classname\";s:13:\".auxicon-sync\";s:7:\"content\";s:5:\"\\e18f\";}i:482;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tag 3\";s:9:\"classname\";s:14:\".auxicon-tag-3\";s:7:\"content\";s:5:\"\\e190\";}i:483;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Telescope\";s:9:\"classname\";s:18:\".auxicon-telescope\";s:7:\"content\";s:5:\"\\e191\";}i:484;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Terminal\";s:9:\"classname\";s:17:\".auxicon-terminal\";s:7:\"content\";s:5:\"\\e192\";}i:485;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Three bars\";s:9:\"classname\";s:19:\".auxicon-three-bars\";s:7:\"content\";s:5:\"\\e193\";}i:486;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tools\";s:9:\"classname\";s:14:\".auxicon-tools\";s:7:\"content\";s:5:\"\\e194\";}i:487;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Trashcan\";s:9:\"classname\";s:17:\".auxicon-trashcan\";s:7:\"content\";s:5:\"\\e195\";}i:488;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Triangle down\";s:9:\"classname\";s:22:\".auxicon-triangle-down\";s:7:\"content\";s:5:\"\\e196\";}i:489;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Triangle left\";s:9:\"classname\";s:22:\".auxicon-triangle-left\";s:7:\"content\";s:5:\"\\e197\";}i:490;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Triangle right\";s:9:\"classname\";s:23:\".auxicon-triangle-right\";s:7:\"content\";s:5:\"\\e198\";}i:491;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Triangle up\";s:9:\"classname\";s:20:\".auxicon-triangle-up\";s:7:\"content\";s:5:\"\\e199\";}i:492;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Unfold\";s:9:\"classname\";s:15:\".auxicon-unfold\";s:7:\"content\";s:5:\"\\e19a\";}i:493;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Unmute\";s:9:\"classname\";s:15:\".auxicon-unmute\";s:7:\"content\";s:5:\"\\e19b\";}i:494;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Versions\";s:9:\"classname\";s:17:\".auxicon-versions\";s:7:\"content\";s:5:\"\\e19c\";}i:495;O:8:\"stdClass\":3:{s:4:\"name\";s:1:\"X\";s:9:\"classname\";s:10:\".auxicon-x\";s:7:\"content\";s:5:\"\\e19d\";}i:496;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Zap\";s:9:\"classname\";s:12:\".auxicon-zap\";s:7:\"content\";s:5:\"\\e19e\";}i:497;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Armchair chair streamline\";s:9:\"classname\";s:34:\".auxicon-armchair-chair-streamline\";s:7:\"content\";s:5:\"\\e617\";}i:498;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Arrow streamline target\";s:9:\"classname\";s:32:\".auxicon-arrow-streamline-target\";s:7:\"content\";s:5:\"\\e618\";}i:499;O:8:\"stdClass\":3:{s:4:\"name\";s:28:\"Backpack streamline trekking\";s:9:\"classname\";s:37:\".auxicon-backpack-streamline-trekking\";s:7:\"content\";s:5:\"\\e619\";}i:500;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Bag shopping streamline\";s:9:\"classname\";s:32:\".auxicon-bag-shopping-streamline\";s:7:\"content\";s:5:\"\\e61a\";}i:501;O:8:\"stdClass\":3:{s:4:\"name\";s:28:\"Barbecue eat food streamline\";s:9:\"classname\";s:37:\".auxicon-barbecue-eat-food-streamline\";s:7:\"content\";s:5:\"\\e61b\";}i:502;O:8:\"stdClass\":3:{s:4:\"name\";s:34:\"Barista coffee espresso streamline\";s:9:\"classname\";s:43:\".auxicon-barista-coffee-espresso-streamline\";s:7:\"content\";s:5:\"\\e61c\";}i:503;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bomb bug\";s:9:\"classname\";s:17:\".auxicon-bomb-bug\";s:7:\"content\";s:5:\"\\e61d\";}i:504;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Book dowload streamline\";s:9:\"classname\";s:32:\".auxicon-book-dowload-streamline\";s:7:\"content\";s:5:\"\\e61e\";}i:505;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Book read streamline\";s:9:\"classname\";s:29:\".auxicon-book-read-streamline\";s:7:\"content\";s:5:\"\\e61f\";}i:506;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Browser streamline window\";s:9:\"classname\";s:34:\".auxicon-browser-streamline-window\";s:7:\"content\";s:5:\"\\e620\";}i:507;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Brush paint streamline\";s:9:\"classname\";s:31:\".auxicon-brush-paint-streamline\";s:7:\"content\";s:5:\"\\e621\";}i:508;O:8:\"stdClass\":3:{s:4:\"name\";s:30:\"Bubble comment streamline talk\";s:9:\"classname\";s:39:\".auxicon-bubble-comment-streamline-talk\";s:7:\"content\";s:5:\"\\e622\";}i:509;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Bubble love streamline talk\";s:9:\"classname\";s:36:\".auxicon-bubble-love-streamline-talk\";s:7:\"content\";s:5:\"\\e623\";}i:510;O:8:\"stdClass\":3:{s:4:\"name\";s:31:\"Caddie shop shopping streamline\";s:9:\"classname\";s:40:\".auxicon-caddie-shop-shopping-streamline\";s:7:\"content\";s:5:\"\\e624\";}i:511;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Caddie shopping streamline\";s:9:\"classname\";s:35:\".auxicon-caddie-shopping-streamline\";s:7:\"content\";s:5:\"\\e625\";}i:512;O:8:\"stdClass\":3:{s:4:\"name\";s:32:\"Camera photo polaroid streamline\";s:9:\"classname\";s:41:\".auxicon-camera-photo-polaroid-streamline\";s:7:\"content\";s:5:\"\\e626\";}i:513;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Camera photo streamline\";s:9:\"classname\";s:32:\".auxicon-camera-photo-streamline\";s:7:\"content\";s:5:\"\\e627\";}i:514;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Camera streamline video\";s:9:\"classname\";s:32:\".auxicon-camera-streamline-video\";s:7:\"content\";s:5:\"\\e628\";}i:515;O:8:\"stdClass\":3:{s:4:\"name\";s:28:\"Chaplin hat movie streamline\";s:9:\"classname\";s:37:\".auxicon-chaplin-hat-movie-streamline\";s:7:\"content\";s:5:\"\\e629\";}i:516;O:8:\"stdClass\":3:{s:4:\"name\";s:31:\"Chef food restaurant streamline\";s:9:\"classname\";s:40:\".auxicon-chef-food-restaurant-streamline\";s:7:\"content\";s:5:\"\\e62a\";}i:517;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Clock streamline time\";s:9:\"classname\";s:30:\".auxicon-clock-streamline-time\";s:7:\"content\";s:5:\"\\e62b\";}i:518;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Cocktail mojito streamline\";s:9:\"classname\";s:35:\".auxicon-cocktail-mojito-streamline\";s:7:\"content\";s:5:\"\\e62c\";}i:519;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Coffee streamline\";s:9:\"classname\";s:26:\".auxicon-coffee-streamline\";s:7:\"content\";s:5:\"\\e62d\";}i:520;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Computer imac\";s:9:\"classname\";s:22:\".auxicon-computer-imac\";s:7:\"content\";s:5:\"\\e62e\";}i:521;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Computer macintosh vintage\";s:9:\"classname\";s:35:\".auxicon-computer-macintosh-vintage\";s:7:\"content\";s:5:\"\\e630\";}i:522;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Computer network streamline\";s:9:\"classname\";s:36:\".auxicon-computer-network-streamline\";s:7:\"content\";s:5:\"\\e631\";}i:523;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Computer streamline\";s:9:\"classname\";s:28:\".auxicon-computer-streamline\";s:7:\"content\";s:5:\"\\e632\";}i:524;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Cook pan pot streamline\";s:9:\"classname\";s:32:\".auxicon-cook-pan-pot-streamline\";s:7:\"content\";s:5:\"\\e633\";}i:525;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Crop streamline\";s:9:\"classname\";s:24:\".auxicon-crop-streamline\";s:7:\"content\";s:5:\"\\e634\";}i:526;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Crown king streamline\";s:9:\"classname\";s:30:\".auxicon-crown-king-streamline\";s:7:\"content\";s:5:\"\\e635\";}i:527;O:8:\"stdClass\":3:{s:4:\"name\";s:40:\"Danger death delete destroy skull stream\";s:9:\"classname\";s:49:\".auxicon-danger-death-delete-destroy-skull-stream\";s:7:\"content\";s:5:\"\\e636\";}i:528;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Dashboard speed streamline\";s:9:\"classname\";s:35:\".auxicon-dashboard-speed-streamline\";s:7:\"content\";s:5:\"\\e637\";}i:529;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Database streamline\";s:9:\"classname\";s:28:\".auxicon-database-streamline\";s:7:\"content\";s:5:\"\\e638\";}i:530;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Delete garbage streamline\";s:9:\"classname\";s:34:\".auxicon-delete-garbage-streamline\";s:7:\"content\";s:5:\"\\e639\";}i:531;O:8:\"stdClass\":3:{s:4:\"name\";s:39:\"Design graphic tablet streamline tablet\";s:9:\"classname\";s:48:\".auxicon-design-graphic-tablet-streamline-tablet\";s:7:\"content\";s:5:\"\\e63a\";}i:532;O:8:\"stdClass\":3:{s:4:\"name\";s:29:\"Design pencil rule streamline\";s:9:\"classname\";s:38:\".auxicon-design-pencil-rule-streamline\";s:7:\"content\";s:5:\"\\e63b\";}i:533;O:8:\"stdClass\":3:{s:4:\"name\";s:35:\"Diving leisure sea sport streamline\";s:9:\"classname\";s:44:\".auxicon-diving-leisure-sea-sport-streamline\";s:7:\"content\";s:5:\"\\e63c\";}i:534;O:8:\"stdClass\":3:{s:4:\"name\";s:33:\"Drug medecine streamline syringue\";s:9:\"classname\";s:42:\".auxicon-drug-medecine-streamline-syringue\";s:7:\"content\";s:5:\"\\e63d\";}i:535;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Earth globe streamline\";s:9:\"classname\";s:31:\".auxicon-earth-globe-streamline\";s:7:\"content\";s:5:\"\\e63e\";}i:536;O:8:\"stdClass\":3:{s:4:\"name\";s:30:\"Eat food fork knife streamline\";s:9:\"classname\";s:39:\".auxicon-eat-food-fork-knife-streamline\";s:7:\"content\";s:5:\"\\e63f\";}i:537;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Eat food hotdog streamline\";s:9:\"classname\";s:35:\".auxicon-eat-food-hotdog-streamline\";s:7:\"content\";s:5:\"\\e640\";}i:538;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Eye dropper streamline\";s:9:\"classname\";s:31:\".auxicon-eye-dropper-streamline\";s:7:\"content\";s:5:\"\\e644\";}i:539;O:8:\"stdClass\":3:{s:4:\"name\";s:33:\"Factory lift streamline warehouse\";s:9:\"classname\";s:42:\".auxicon-factory-lift-streamline-warehouse\";s:7:\"content\";s:5:\"\\e645\";}i:540;O:8:\"stdClass\":3:{s:4:\"name\";s:36:\"First aid medecine shield streamline\";s:9:\"classname\";s:45:\".auxicon-first-aid-medecine-shield-streamline\";s:7:\"content\";s:5:\"\\e646\";}i:541;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Food ice cream streamline\";s:9:\"classname\";s:34:\".auxicon-food-ice-cream-streamline\";s:7:\"content\";s:5:\"\\e647\";}i:542;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Frame picture streamline\";s:9:\"classname\";s:33:\".auxicon-frame-picture-streamline\";s:7:\"content\";s:5:\"\\e648\";}i:543;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Handle streamline vector\";s:9:\"classname\";s:33:\".auxicon-handle-streamline-vector\";s:7:\"content\";s:5:\"\\e64a\";}i:544;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Happy smiley streamline\";s:9:\"classname\";s:32:\".auxicon-happy-smiley-streamline\";s:7:\"content\";s:5:\"\\e64b\";}i:545;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Headset sound streamline\";s:9:\"classname\";s:33:\".auxicon-headset-sound-streamline\";s:7:\"content\";s:5:\"\\e64c\";}i:546;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Home house streamline\";s:9:\"classname\";s:30:\".auxicon-home-house-streamline\";s:7:\"content\";s:5:\"\\e64d\";}i:547;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Ibook laptop\";s:9:\"classname\";s:21:\".auxicon-ibook-laptop\";s:7:\"content\";s:5:\"\\e64e\";}i:548;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Ink pen streamline\";s:9:\"classname\";s:27:\".auxicon-ink-pen-streamline\";s:7:\"content\";s:5:\"\\e64f\";}i:549;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Ipad streamline\";s:9:\"classname\";s:24:\".auxicon-ipad-streamline\";s:7:\"content\";s:5:\"\\e650\";}i:550;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Iphone streamline\";s:9:\"classname\";s:26:\".auxicon-iphone-streamline\";s:7:\"content\";s:5:\"\\e651\";}i:551;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Ipod mini music streamline\";s:9:\"classname\";s:35:\".auxicon-ipod-mini-music-streamline\";s:7:\"content\";s:5:\"\\e652\";}i:552;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Ipod music streamline\";s:9:\"classname\";s:30:\".auxicon-ipod-music-streamline\";s:7:\"content\";s:5:\"\\e653\";}i:553;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Ipod streamline\";s:9:\"classname\";s:24:\".auxicon-ipod-streamline\";s:7:\"content\";s:5:\"\\e654\";}i:554;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Japan streamline tea\";s:9:\"classname\";s:29:\".auxicon-japan-streamline-tea\";s:7:\"content\";s:5:\"\\e655\";}i:555;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Laptop macbook streamline\";s:9:\"classname\";s:34:\".auxicon-laptop-macbook-streamline\";s:7:\"content\";s:5:\"\\e656\";}i:556;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Like love streamline\";s:9:\"classname\";s:29:\".auxicon-like-love-streamline\";s:7:\"content\";s:5:\"\\e657\";}i:557;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Link streamline\";s:9:\"classname\";s:24:\".auxicon-link-streamline\";s:7:\"content\";s:5:\"\\e658\";}i:558;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Lock locker streamline\";s:9:\"classname\";s:31:\".auxicon-lock-locker-streamline\";s:7:\"content\";s:5:\"\\e659\";}i:559;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Locker streamline unlock\";s:9:\"classname\";s:33:\".auxicon-locker-streamline-unlock\";s:7:\"content\";s:5:\"\\e65a\";}i:560;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Macintosh\";s:9:\"classname\";s:18:\".auxicon-macintosh\";s:7:\"content\";s:5:\"\\e65b\";}i:561;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Magic magic wand streamline\";s:9:\"classname\";s:36:\".auxicon-magic-magic-wand-streamline\";s:7:\"content\";s:5:\"\\e65c\";}i:562;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Magnet streamline\";s:9:\"classname\";s:26:\".auxicon-magnet-streamline\";s:7:\"content\";s:5:\"\\e65d\";}i:563;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Man people streamline user\";s:9:\"classname\";s:35:\".auxicon-man-people-streamline-user\";s:7:\"content\";s:5:\"\\e65e\";}i:564;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Map streamline user\";s:9:\"classname\";s:28:\".auxicon-map-streamline-user\";s:7:\"content\";s:5:\"\\e660\";}i:565;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Micro record streamline\";s:9:\"classname\";s:32:\".auxicon-micro-record-streamline\";s:7:\"content\";s:5:\"\\e661\";}i:566;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Monocle mustache streamline\";s:9:\"classname\";s:36:\".auxicon-monocle-mustache-streamline\";s:7:\"content\";s:5:\"\\e662\";}i:567;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Music note streamline\";s:9:\"classname\";s:30:\".auxicon-music-note-streamline\";s:7:\"content\";s:5:\"\\e663\";}i:568;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Music speaker streamline\";s:9:\"classname\";s:33:\".auxicon-music-speaker-streamline\";s:7:\"content\";s:5:\"\\e664\";}i:569;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Notebook streamline\";s:9:\"classname\";s:28:\".auxicon-notebook-streamline\";s:7:\"content\";s:5:\"\\e665\";}i:570;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Paint bucket streamline\";s:9:\"classname\";s:32:\".auxicon-paint-bucket-streamline\";s:7:\"content\";s:5:\"\\e666\";}i:571;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Painting pallet streamline\";s:9:\"classname\";s:35:\".auxicon-painting-pallet-streamline\";s:7:\"content\";s:5:\"\\e667\";}i:572;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Painting roll streamline\";s:9:\"classname\";s:33:\".auxicon-painting-roll-streamline\";s:7:\"content\";s:5:\"\\e668\";}i:573;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Pen streamline\";s:9:\"classname\";s:23:\".auxicon-pen-streamline\";s:7:\"content\";s:5:\"\\e669\";}i:574;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Pen streamline 1\";s:9:\"classname\";s:25:\".auxicon-pen-streamline-1\";s:7:\"content\";s:5:\"\\e66a\";}i:575;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Pen streamline 2\";s:9:\"classname\";s:25:\".auxicon-pen-streamline-2\";s:7:\"content\";s:5:\"\\e66b\";}i:576;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Pen streamline 3\";s:9:\"classname\";s:25:\".auxicon-pen-streamline-3\";s:7:\"content\";s:5:\"\\e66c\";}i:577;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Photo pictures streamline\";s:9:\"classname\";s:34:\".auxicon-photo-pictures-streamline\";s:7:\"content\";s:5:\"\\e66d\";}i:578;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Picture streamline\";s:9:\"classname\";s:27:\".auxicon-picture-streamline\";s:7:\"content\";s:5:\"\\e66e\";}i:579;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Picture streamline 1\";s:9:\"classname\";s:29:\".auxicon-picture-streamline-1\";s:7:\"content\";s:5:\"\\e66f\";}i:580;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Receipt shopping streamline\";s:9:\"classname\";s:36:\".auxicon-receipt-shopping-streamline\";s:7:\"content\";s:5:\"\\e670\";}i:581;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Remote control streamline\";s:9:\"classname\";s:34:\".auxicon-remote-control-streamline\";s:7:\"content\";s:5:\"\\e671\";}i:582;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Settings streamline\";s:9:\"classname\";s:28:\".auxicon-settings-streamline\";s:7:\"content\";s:5:\"\\e672\";}i:583;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Settings streamline 1\";s:9:\"classname\";s:30:\".auxicon-settings-streamline-1\";s:7:\"content\";s:5:\"\\e673\";}i:584;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Settings streamline 2\";s:9:\"classname\";s:30:\".auxicon-settings-streamline-2\";s:7:\"content\";s:5:\"\\e674\";}i:585;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Shoes snickers streamline\";s:9:\"classname\";s:34:\".auxicon-shoes-snickers-streamline\";s:7:\"content\";s:5:\"\\e675\";}i:586;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Speech streamline talk user\";s:9:\"classname\";s:36:\".auxicon-speech-streamline-talk-user\";s:7:\"content\";s:5:\"\\e676\";}i:587;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Stamp streamline\";s:9:\"classname\";s:25:\".auxicon-stamp-streamline\";s:7:\"content\";s:5:\"\\e677\";}i:588;O:8:\"stdClass\":3:{s:4:\"name\";s:26:\"Streamline suitcase travel\";s:9:\"classname\";s:35:\".auxicon-streamline-suitcase-travel\";s:7:\"content\";s:5:\"\\e678\";}i:589;O:8:\"stdClass\":3:{s:4:\"name\";s:27:\"Streamline umbrella weather\";s:9:\"classname\";s:36:\".auxicon-streamline-umbrella-weather\";s:7:\"content\";s:5:\"\\e67a\";}i:590;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Align center\";s:9:\"classname\";s:21:\".auxicon-align-center\";s:7:\"content\";s:5:\"\\e67b\";}i:591;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Align justify\";s:9:\"classname\";s:22:\".auxicon-align-justify\";s:7:\"content\";s:5:\"\\e67c\";}i:592;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Align left\";s:9:\"classname\";s:19:\".auxicon-align-left\";s:7:\"content\";s:5:\"\\e67d\";}i:593;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Align right\";s:9:\"classname\";s:20:\".auxicon-align-right\";s:7:\"content\";s:5:\"\\e67e\";}i:594;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Archive 1\";s:9:\"classname\";s:18:\".auxicon-archive-1\";s:7:\"content\";s:5:\"\\e67f\";}i:595;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Arrow down 3\";s:9:\"classname\";s:21:\".auxicon-arrow-down-3\";s:7:\"content\";s:5:\"\\e680\";}i:596;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Arrow left 3\";s:9:\"classname\";s:21:\".auxicon-arrow-left-3\";s:7:\"content\";s:5:\"\\e681\";}i:597;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Arrow right 3\";s:9:\"classname\";s:22:\".auxicon-arrow-right-3\";s:7:\"content\";s:5:\"\\e682\";}i:598;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Arrow up 3\";s:9:\"classname\";s:19:\".auxicon-arrow-up-3\";s:7:\"content\";s:5:\"\\e683\";}i:599;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Atom\";s:9:\"classname\";s:13:\".auxicon-atom\";s:7:\"content\";s:5:\"\\e684\";}i:600;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Bank notes\";s:9:\"classname\";s:19:\".auxicon-bank-notes\";s:7:\"content\";s:5:\"\\e686\";}i:601;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Barbell\";s:9:\"classname\";s:16:\".auxicon-barbell\";s:7:\"content\";s:5:\"\\e687\";}i:602;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Bars\";s:9:\"classname\";s:13:\".auxicon-bars\";s:7:\"content\";s:5:\"\\e688\";}i:603;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Battery 0\";s:9:\"classname\";s:18:\".auxicon-battery-0\";s:7:\"content\";s:5:\"\\e689\";}i:604;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Battery 1 1\";s:9:\"classname\";s:20:\".auxicon-battery-1-1\";s:7:\"content\";s:5:\"\\e68a\";}i:605;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Battery 2 1\";s:9:\"classname\";s:20:\".auxicon-battery-2-1\";s:7:\"content\";s:5:\"\\e68b\";}i:606;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Battery 3 1\";s:9:\"classname\";s:20:\".auxicon-battery-3-1\";s:7:\"content\";s:5:\"\\e68c\";}i:607;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Battery 4 1\";s:9:\"classname\";s:20:\".auxicon-battery-4-1\";s:7:\"content\";s:5:\"\\e68d\";}i:608;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Battery power\";s:9:\"classname\";s:22:\".auxicon-battery-power\";s:7:\"content\";s:5:\"\\e68e\";}i:609;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Beer 2\";s:9:\"classname\";s:15:\".auxicon-beer-2\";s:7:\"content\";s:5:\"\\e68f\";}i:610;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Bolt\";s:9:\"classname\";s:13:\".auxicon-bolt\";s:7:\"content\";s:5:\"\\e690\";}i:611;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Bones\";s:9:\"classname\";s:14:\".auxicon-bones\";s:7:\"content\";s:5:\"\\e691\";}i:612;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Book close\";s:9:\"classname\";s:19:\".auxicon-book-close\";s:7:\"content\";s:5:\"\\e692\";}i:613;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Book open\";s:9:\"classname\";s:18:\".auxicon-book-open\";s:7:\"content\";s:5:\"\\e693\";}i:614;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Bookmark 4\";s:9:\"classname\";s:19:\".auxicon-bookmark-4\";s:7:\"content\";s:5:\"\\e694\";}i:615;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Box 3\";s:9:\"classname\";s:14:\".auxicon-box-3\";s:7:\"content\";s:5:\"\\e695\";}i:616;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Browser 2\";s:9:\"classname\";s:18:\".auxicon-browser-2\";s:7:\"content\";s:5:\"\\e696\";}i:617;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Bubble\";s:9:\"classname\";s:15:\".auxicon-bubble\";s:7:\"content\";s:5:\"\\e697\";}i:618;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bubble 1\";s:9:\"classname\";s:17:\".auxicon-bubble-1\";s:7:\"content\";s:5:\"\\e698\";}i:619;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bubble 2\";s:9:\"classname\";s:17:\".auxicon-bubble-2\";s:7:\"content\";s:5:\"\\e699\";}i:620;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bubble 3\";s:9:\"classname\";s:17:\".auxicon-bubble-3\";s:7:\"content\";s:5:\"\\e69a\";}i:621;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Bucket\";s:9:\"classname\";s:15:\".auxicon-bucket\";s:7:\"content\";s:5:\"\\e69b\";}i:622;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Calculator 3\";s:9:\"classname\";s:21:\".auxicon-calculator-3\";s:7:\"content\";s:5:\"\\e69c\";}i:623;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Calendar 6\";s:9:\"classname\";s:19:\".auxicon-calendar-6\";s:7:\"content\";s:5:\"\\e69d\";}i:624;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Camera 4\";s:9:\"classname\";s:17:\".auxicon-camera-4\";s:7:\"content\";s:5:\"\\e69e\";}i:625;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Cardiac pulse\";s:9:\"classname\";s:22:\".auxicon-cardiac-pulse\";s:7:\"content\";s:5:\"\\e69f\";}i:626;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Cd 1\";s:9:\"classname\";s:13:\".auxicon-cd-1\";s:7:\"content\";s:5:\"\\e6a0\";}i:627;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Character\";s:9:\"classname\";s:18:\".auxicon-character\";s:7:\"content\";s:5:\"\\e6a1\";}i:628;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Checkbox checked\";s:9:\"classname\";s:25:\".auxicon-checkbox-checked\";s:7:\"content\";s:5:\"\\e6a2\";}i:629;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Checkmark\";s:9:\"classname\";s:18:\".auxicon-checkmark\";s:7:\"content\";s:5:\"\\e6a3\";}i:630;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Clipboard 3\";s:9:\"classname\";s:20:\".auxicon-clipboard-3\";s:7:\"content\";s:5:\"\\e6a4\";}i:631;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Clock 4\";s:9:\"classname\";s:16:\".auxicon-clock-4\";s:7:\"content\";s:5:\"\\e6a5\";}i:632;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Cloud 5\";s:9:\"classname\";s:16:\".auxicon-cloud-5\";s:7:\"content\";s:5:\"\\e6a6\";}i:633;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Coffee 1\";s:9:\"classname\";s:17:\".auxicon-coffee-1\";s:7:\"content\";s:5:\"\\e6a7\";}i:634;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Comment 2\";s:9:\"classname\";s:18:\".auxicon-comment-2\";s:7:\"content\";s:5:\"\\e6a8\";}i:635;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Connection 0\";s:9:\"classname\";s:21:\".auxicon-connection-0\";s:7:\"content\";s:5:\"\\e6a9\";}i:636;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Connection 1\";s:9:\"classname\";s:21:\".auxicon-connection-1\";s:7:\"content\";s:5:\"\\e6aa\";}i:637;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Connection 2\";s:9:\"classname\";s:21:\".auxicon-connection-2\";s:7:\"content\";s:5:\"\\e6ab\";}i:638;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Connection 3\";s:9:\"classname\";s:21:\".auxicon-connection-3\";s:7:\"content\";s:5:\"\\e6ac\";}i:639;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Connection 4\";s:9:\"classname\";s:21:\".auxicon-connection-4\";s:7:\"content\";s:5:\"\\e6ad\";}i:640;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Credit cards\";s:9:\"classname\";s:21:\".auxicon-credit-cards\";s:7:\"content\";s:5:\"\\e6ae\";}i:641;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Crop\";s:9:\"classname\";s:13:\".auxicon-crop\";s:7:\"content\";s:5:\"\\e6af\";}i:642;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Cube\";s:9:\"classname\";s:13:\".auxicon-cube\";s:7:\"content\";s:5:\"\\e6b0\";}i:643;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Diamond 1\";s:9:\"classname\";s:18:\".auxicon-diamond-1\";s:7:\"content\";s:5:\"\\e6b1\";}i:644;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Download 5\";s:9:\"classname\";s:19:\".auxicon-download-5\";s:7:\"content\";s:5:\"\\e6b2\";}i:645;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Email\";s:9:\"classname\";s:14:\".auxicon-email\";s:7:\"content\";s:5:\"\\e6b3\";}i:646;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Email plane\";s:9:\"classname\";s:20:\".auxicon-email-plane\";s:7:\"content\";s:5:\"\\e6b4\";}i:647;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Enter\";s:9:\"classname\";s:14:\".auxicon-enter\";s:7:\"content\";s:5:\"\\e6b5\";}i:648;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Envelope 1\";s:9:\"classname\";s:19:\".auxicon-envelope-1\";s:7:\"content\";s:5:\"\\e6b6\";}i:649;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Eyedropper\";s:9:\"classname\";s:19:\".auxicon-eyedropper\";s:7:\"content\";s:5:\"\\e6b7\";}i:650;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"File 1\";s:9:\"classname\";s:15:\".auxicon-file-1\";s:7:\"content\";s:5:\"\\e6b8\";}i:651;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File add\";s:9:\"classname\";s:17:\".auxicon-file-add\";s:7:\"content\";s:5:\"\\e6b9\";}i:652;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"File broken\";s:9:\"classname\";s:20:\".auxicon-file-broken\";s:7:\"content\";s:5:\"\\e6ba\";}i:653;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"File settings\";s:9:\"classname\";s:22:\".auxicon-file-settings\";s:7:\"content\";s:5:\"\\e6bb\";}i:654;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Files\";s:9:\"classname\";s:14:\".auxicon-files\";s:7:\"content\";s:5:\"\\e6bc\";}i:655;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Flag 3\";s:9:\"classname\";s:15:\".auxicon-flag-3\";s:7:\"content\";s:5:\"\\e6bd\";}i:656;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Folder 3\";s:9:\"classname\";s:17:\".auxicon-folder-3\";s:7:\"content\";s:5:\"\\e6be\";}i:657;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Folder add\";s:9:\"classname\";s:19:\".auxicon-folder-add\";s:7:\"content\";s:5:\"\\e6bf\";}i:658;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Folder check\";s:9:\"classname\";s:21:\".auxicon-folder-check\";s:7:\"content\";s:5:\"\\e6c0\";}i:659;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Folder settings\";s:9:\"classname\";s:24:\".auxicon-folder-settings\";s:7:\"content\";s:5:\"\\e6c1\";}i:660;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Forbidden\";s:9:\"classname\";s:18:\".auxicon-forbidden\";s:7:\"content\";s:5:\"\\e6c2\";}i:661;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Frames\";s:9:\"classname\";s:15:\".auxicon-frames\";s:7:\"content\";s:5:\"\\e6c3\";}i:662;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Glass\";s:9:\"classname\";s:14:\".auxicon-glass\";s:7:\"content\";s:5:\"\\e6c4\";}i:663;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Graph 1\";s:9:\"classname\";s:16:\".auxicon-graph-1\";s:7:\"content\";s:5:\"\\e6c5\";}i:664;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Grid 3\";s:9:\"classname\";s:15:\".auxicon-grid-3\";s:7:\"content\";s:5:\"\\e6c6\";}i:665;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 4\";s:9:\"classname\";s:16:\".auxicon-heart-4\";s:7:\"content\";s:5:\"\\e6c7\";}i:666;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Home 6\";s:9:\"classname\";s:15:\".auxicon-home-6\";s:7:\"content\";s:5:\"\\e6c8\";}i:667;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Id card\";s:9:\"classname\";s:16:\".auxicon-id-card\";s:7:\"content\";s:5:\"\\e6c9\";}i:668;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Invoice\";s:9:\"classname\";s:16:\".auxicon-invoice\";s:7:\"content\";s:5:\"\\e6ca\";}i:669;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Ipad 2\";s:9:\"classname\";s:15:\".auxicon-ipad-2\";s:7:\"content\";s:5:\"\\e6cc\";}i:670;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Lab\";s:9:\"classname\";s:12:\".auxicon-lab\";s:7:\"content\";s:5:\"\\e6cd\";}i:671;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Laptop 1\";s:9:\"classname\";s:17:\".auxicon-laptop-1\";s:7:\"content\";s:5:\"\\e6ce\";}i:672;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"List 3\";s:9:\"classname\";s:15:\".auxicon-list-3\";s:7:\"content\";s:5:\"\\e6cf\";}i:673;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Lock 2\";s:9:\"classname\";s:15:\".auxicon-lock-2\";s:7:\"content\";s:5:\"\\e6d0\";}i:674;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Locked\";s:9:\"classname\";s:15:\".auxicon-locked\";s:7:\"content\";s:5:\"\\e6d1\";}i:675;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Map 4\";s:9:\"classname\";s:14:\".auxicon-map-4\";s:7:\"content\";s:5:\"\\e6d2\";}i:676;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Measure\";s:9:\"classname\";s:16:\".auxicon-measure\";s:7:\"content\";s:5:\"\\e6d3\";}i:677;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Meter\";s:9:\"classname\";s:14:\".auxicon-meter\";s:7:\"content\";s:5:\"\\e6d4\";}i:678;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Micro\";s:9:\"classname\";s:14:\".auxicon-micro\";s:7:\"content\";s:5:\"\\e6d5\";}i:679;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Micro mute\";s:9:\"classname\";s:19:\".auxicon-micro-mute\";s:7:\"content\";s:5:\"\\e6d6\";}i:680;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Microwave\";s:9:\"classname\";s:18:\".auxicon-microwave\";s:7:\"content\";s:5:\"\\e6d7\";}i:681;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Minus 4\";s:9:\"classname\";s:16:\".auxicon-minus-4\";s:7:\"content\";s:5:\"\\e6d8\";}i:682;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Modem\";s:9:\"classname\";s:14:\".auxicon-modem\";s:7:\"content\";s:5:\"\\e6d9\";}i:683;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Mute 1\";s:9:\"classname\";s:15:\".auxicon-mute-1\";s:7:\"content\";s:5:\"\\e6da\";}i:684;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Newspaper 1\";s:9:\"classname\";s:20:\".auxicon-newspaper-1\";s:7:\"content\";s:5:\"\\e6db\";}i:685;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Paperclip\";s:9:\"classname\";s:18:\".auxicon-paperclip\";s:7:\"content\";s:5:\"\\e6dc\";}i:686;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Pencil 3\";s:9:\"classname\";s:17:\".auxicon-pencil-3\";s:7:\"content\";s:5:\"\\e6dd\";}i:687;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Phone 5\";s:9:\"classname\";s:16:\".auxicon-phone-5\";s:7:\"content\";s:5:\"\\e6df\";}i:688;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Phone 3\";s:9:\"classname\";s:16:\".auxicon-phone-3\";s:7:\"content\";s:5:\"\\e6e0\";}i:689;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Picture\";s:9:\"classname\";s:16:\".auxicon-picture\";s:7:\"content\";s:5:\"\\e6e1\";}i:690;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Pie chart\";s:9:\"classname\";s:18:\".auxicon-pie-chart\";s:7:\"content\";s:5:\"\\e6e2\";}i:691;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Pill\";s:9:\"classname\";s:13:\".auxicon-pill\";s:7:\"content\";s:5:\"\\e6e3\";}i:692;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pin 4\";s:9:\"classname\";s:14:\".auxicon-pin-4\";s:7:\"content\";s:5:\"\\e6e4\";}i:693;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Printer 1\";s:9:\"classname\";s:18:\".auxicon-printer-1\";s:7:\"content\";s:5:\"\\e6e6\";}i:694;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Printer 2\";s:9:\"classname\";s:18:\".auxicon-printer-2\";s:7:\"content\";s:5:\"\\e6e7\";}i:695;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Refresh 3\";s:9:\"classname\";s:18:\".auxicon-refresh-3\";s:7:\"content\";s:5:\"\\e6e8\";}i:696;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Screen 3\";s:9:\"classname\";s:17:\".auxicon-screen-3\";s:7:\"content\";s:5:\"\\e6ea\";}i:697;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Select\";s:9:\"classname\";s:15:\".auxicon-select\";s:7:\"content\";s:5:\"\\e6eb\";}i:698;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Set\";s:9:\"classname\";s:12:\".auxicon-set\";s:7:\"content\";s:5:\"\\e6ec\";}i:699;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 8\";s:9:\"classname\";s:19:\".auxicon-settings-8\";s:7:\"content\";s:5:\"\\e6ed\";}i:700;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Share 4\";s:9:\"classname\";s:16:\".auxicon-share-4\";s:7:\"content\";s:5:\"\\e6ee\";}i:701;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Share outline\";s:9:\"classname\";s:22:\".auxicon-share-outline\";s:7:\"content\";s:5:\"\\e6ef\";}i:702;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Shorts\";s:9:\"classname\";s:15:\".auxicon-shorts\";s:7:\"content\";s:5:\"\\e6f0\";}i:703;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Speaker 1\";s:9:\"classname\";s:18:\".auxicon-speaker-1\";s:7:\"content\";s:5:\"\\e6f1\";}i:704;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Star 4\";s:9:\"classname\";s:15:\".auxicon-star-4\";s:7:\"content\";s:5:\"\\e6f2\";}i:705;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Stopwatch 3\";s:9:\"classname\";s:20:\".auxicon-stopwatch-3\";s:7:\"content\";s:5:\"\\e6f3\";}i:706;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Sun\";s:9:\"classname\";s:12:\".auxicon-sun\";s:7:\"content\";s:5:\"\\e6f4\";}i:707;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Syringe\";s:9:\"classname\";s:16:\".auxicon-syringe\";s:7:\"content\";s:5:\"\\e6f5\";}i:708;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tag 5\";s:9:\"classname\";s:14:\".auxicon-tag-5\";s:7:\"content\";s:5:\"\\e6f6\";}i:709;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Train\";s:9:\"classname\";s:14:\".auxicon-train\";s:7:\"content\";s:5:\"\\e6f7\";}i:710;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Trash 3\";s:9:\"classname\";s:16:\".auxicon-trash-3\";s:7:\"content\";s:5:\"\\e6f8\";}i:711;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Unlocked\";s:9:\"classname\";s:17:\".auxicon-unlocked\";s:7:\"content\";s:5:\"\\e6f9\";}i:712;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User 4\";s:9:\"classname\";s:15:\".auxicon-user-4\";s:7:\"content\";s:5:\"\\e6fa\";}i:713;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"User outline\";s:9:\"classname\";s:21:\".auxicon-user-outline\";s:7:\"content\";s:5:\"\\e6fb\";}i:714;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Users 1\";s:9:\"classname\";s:16:\".auxicon-users-1\";s:7:\"content\";s:5:\"\\e6fc\";}i:715;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Users outline\";s:9:\"classname\";s:22:\".auxicon-users-outline\";s:7:\"content\";s:5:\"\\e6fd\";}i:716;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Volume\";s:9:\"classname\";s:15:\".auxicon-volume\";s:7:\"content\";s:5:\"\\e6fe\";}i:717;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Volume down\";s:9:\"classname\";s:20:\".auxicon-volume-down\";s:7:\"content\";s:5:\"\\e6ff\";}i:718;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Volume up\";s:9:\"classname\";s:18:\".auxicon-volume-up\";s:7:\"content\";s:5:\"\\e700\";}i:719;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Wifi 1\";s:9:\"classname\";s:15:\".auxicon-wifi-1\";s:7:\"content\";s:5:\"\\e701\";}i:720;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Wifi 2\";s:9:\"classname\";s:15:\".auxicon-wifi-2\";s:7:\"content\";s:5:\"\\e702\";}i:721;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Wifi 3\";s:9:\"classname\";s:15:\".auxicon-wifi-3\";s:7:\"content\";s:5:\"\\e703\";}i:722;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Window delete\";s:9:\"classname\";s:22:\".auxicon-window-delete\";s:7:\"content\";s:5:\"\\e704\";}i:723;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Windows 2\";s:9:\"classname\";s:18:\".auxicon-windows-2\";s:7:\"content\";s:5:\"\\e705\";}i:724;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Zoom\";s:9:\"classname\";s:13:\".auxicon-zoom\";s:7:\"content\";s:5:\"\\e706\";}i:725;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Zoom in 2\";s:9:\"classname\";s:18:\".auxicon-zoom-in-2\";s:7:\"content\";s:5:\"\\e707\";}i:726;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Zoom out 2\";s:9:\"classname\";s:19:\".auxicon-zoom-out-2\";s:7:\"content\";s:5:\"\\e708\";}i:727;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Banknote\";s:9:\"classname\";s:17:\".auxicon-banknote\";s:7:\"content\";s:5:\"\\e709\";}i:728;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Bubble 4\";s:9:\"classname\";s:17:\".auxicon-bubble-4\";s:7:\"content\";s:5:\"\\e70a\";}i:729;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Bulb\";s:9:\"classname\";s:13:\".auxicon-bulb\";s:7:\"content\";s:5:\"\\e70b\";}i:730;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Calendar 7\";s:9:\"classname\";s:19:\".auxicon-calendar-7\";s:7:\"content\";s:5:\"\\e70c\";}i:731;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Camera 5\";s:9:\"classname\";s:17:\".auxicon-camera-5\";s:7:\"content\";s:5:\"\\e70d\";}i:732;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Clip\";s:9:\"classname\";s:13:\".auxicon-clip\";s:7:\"content\";s:5:\"\\e70e\";}i:733;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Clock 5\";s:9:\"classname\";s:16:\".auxicon-clock-5\";s:7:\"content\";s:5:\"\\e70f\";}i:734;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Cloud 6\";s:9:\"classname\";s:16:\".auxicon-cloud-6\";s:7:\"content\";s:5:\"\\e710\";}i:735;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Cup\";s:9:\"classname\";s:12:\".auxicon-cup\";s:7:\"content\";s:5:\"\\e711\";}i:736;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Data 1\";s:9:\"classname\";s:15:\".auxicon-data-1\";s:7:\"content\";s:5:\"\\e712\";}i:737;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Diamond 2\";s:9:\"classname\";s:18:\".auxicon-diamond-2\";s:7:\"content\";s:5:\"\\e713\";}i:738;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Display\";s:9:\"classname\";s:16:\".auxicon-display\";s:7:\"content\";s:5:\"\\e714\";}i:739;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Fire\";s:9:\"classname\";s:13:\".auxicon-fire\";s:7:\"content\";s:5:\"\\e716\";}i:740;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Food\";s:9:\"classname\";s:13:\".auxicon-food\";s:7:\"content\";s:5:\"\\e717\";}i:741;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 5\";s:9:\"classname\";s:16:\".auxicon-heart-5\";s:7:\"content\";s:5:\"\\e718\";}i:742;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Key 3\";s:9:\"classname\";s:14:\".auxicon-key-3\";s:7:\"content\";s:5:\"\\e719\";}i:743;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Lab 1\";s:9:\"classname\";s:14:\".auxicon-lab-1\";s:7:\"content\";s:5:\"\\e71a\";}i:744;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Like 1\";s:9:\"classname\";s:15:\".auxicon-like-1\";s:7:\"content\";s:5:\"\\e71b\";}i:745;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Location 2\";s:9:\"classname\";s:19:\".auxicon-location-2\";s:7:\"content\";s:5:\"\\e71c\";}i:746;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Lock 3\";s:9:\"classname\";s:15:\".auxicon-lock-3\";s:7:\"content\";s:5:\"\\e71d\";}i:747;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Mail 3\";s:9:\"classname\";s:15:\".auxicon-mail-3\";s:7:\"content\";s:5:\"\\e71e\";}i:748;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Megaphone 1\";s:9:\"classname\";s:20:\".auxicon-megaphone-1\";s:7:\"content\";s:5:\"\\e71f\";}i:749;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Music 3\";s:9:\"classname\";s:16:\".auxicon-music-3\";s:7:\"content\";s:5:\"\\e720\";}i:750;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"News 2\";s:9:\"classname\";s:15:\".auxicon-news-2\";s:7:\"content\";s:5:\"\\e721\";}i:751;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Note\";s:9:\"classname\";s:13:\".auxicon-note\";s:7:\"content\";s:5:\"\\e722\";}i:752;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Paperplane\";s:9:\"classname\";s:19:\".auxicon-paperplane\";s:7:\"content\";s:5:\"\\e723\";}i:753;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Params\";s:9:\"classname\";s:15:\".auxicon-params\";s:7:\"content\";s:5:\"\\e724\";}i:754;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Pen 3\";s:9:\"classname\";s:14:\".auxicon-pen-3\";s:7:\"content\";s:5:\"\\e725\";}i:755;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Phone 4\";s:9:\"classname\";s:16:\".auxicon-phone-4\";s:7:\"content\";s:5:\"\\e726\";}i:756;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Photo 1\";s:9:\"classname\";s:16:\".auxicon-photo-1\";s:7:\"content\";s:5:\"\\e727\";}i:757;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Search 5\";s:9:\"classname\";s:17:\".auxicon-search-5\";s:7:\"content\";s:5:\"\\e728\";}i:758;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 9\";s:9:\"classname\";s:19:\".auxicon-settings-9\";s:7:\"content\";s:5:\"\\e729\";}i:759;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Shop 2\";s:9:\"classname\";s:15:\".auxicon-shop-2\";s:7:\"content\";s:5:\"\\e72a\";}i:760;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Sound 2\";s:9:\"classname\";s:16:\".auxicon-sound-2\";s:7:\"content\";s:5:\"\\e72b\";}i:761;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Stack\";s:9:\"classname\";s:14:\".auxicon-stack\";s:7:\"content\";s:5:\"\\e72c\";}i:762;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Star 5\";s:9:\"classname\";s:15:\".auxicon-star-5\";s:7:\"content\";s:5:\"\\e72d\";}i:763;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Study\";s:9:\"classname\";s:14:\".auxicon-study\";s:7:\"content\";s:5:\"\\e72e\";}i:764;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"T shirt\";s:9:\"classname\";s:16:\".auxicon-t-shirt\";s:7:\"content\";s:5:\"\\e72f\";}i:765;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Tag 6\";s:9:\"classname\";s:14:\".auxicon-tag-6\";s:7:\"content\";s:5:\"\\e730\";}i:766;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Trash 4\";s:9:\"classname\";s:16:\".auxicon-trash-4\";s:7:\"content\";s:5:\"\\e731\";}i:767;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Truck 3\";s:9:\"classname\";s:16:\".auxicon-truck-3\";s:7:\"content\";s:5:\"\\e732\";}i:768;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Tv 1\";s:9:\"classname\";s:13:\".auxicon-tv-1\";s:7:\"content\";s:5:\"\\e733\";}i:769;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"User 5\";s:9:\"classname\";s:15:\".auxicon-user-5\";s:7:\"content\";s:5:\"\\e734\";}i:770;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Vallet\";s:9:\"classname\";s:15:\".auxicon-vallet\";s:7:\"content\";s:5:\"\\e735\";}i:771;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Video 1\";s:9:\"classname\";s:16:\".auxicon-video-1\";s:7:\"content\";s:5:\"\\e736\";}i:772;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Vynil\";s:9:\"classname\";s:14:\".auxicon-vynil\";s:7:\"content\";s:5:\"\\e737\";}i:773;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"World\";s:9:\"classname\";s:14:\".auxicon-world\";s:7:\"content\";s:5:\"\\e738\";}i:774;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Bag 2\";s:9:\"classname\";s:14:\".auxicon-bag-2\";s:7:\"content\";s:5:\"\\e7d1\";}i:775;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Bicycle 1\";s:9:\"classname\";s:18:\".auxicon-bicycle-1\";s:7:\"content\";s:5:\"\\e7d2\";}i:776;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Bicycle vintage\";s:9:\"classname\";s:24:\".auxicon-bicycle-vintage\";s:7:\"content\";s:5:\"\\e7d3\";}i:777;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Browser empty\";s:9:\"classname\";s:22:\".auxicon-browser-empty\";s:7:\"content\";s:5:\"\\e7d4\";}i:778;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Browser full\";s:9:\"classname\";s:21:\".auxicon-browser-full\";s:7:\"content\";s:5:\"\\e7d5\";}i:779;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Bubble 1 1\";s:9:\"classname\";s:19:\".auxicon-bubble-1-1\";s:7:\"content\";s:5:\"\\e7d6\";}i:780;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Bubble 2 1\";s:9:\"classname\";s:19:\".auxicon-bubble-2-1\";s:7:\"content\";s:5:\"\\e7d7\";}i:781;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Bubble 3 1\";s:9:\"classname\";s:19:\".auxicon-bubble-3-1\";s:7:\"content\";s:5:\"\\e7d8\";}i:782;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Camera 6\";s:9:\"classname\";s:17:\".auxicon-camera-6\";s:7:\"content\";s:5:\"\\e7d9\";}i:783;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Clap board\";s:9:\"classname\";s:19:\".auxicon-clap-board\";s:7:\"content\";s:5:\"\\e7da\";}i:784;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Clipboard 4\";s:9:\"classname\";s:20:\".auxicon-clipboard-4\";s:7:\"content\";s:5:\"\\e7db\";}i:785;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Clock 6\";s:9:\"classname\";s:16:\".auxicon-clock-6\";s:7:\"content\";s:5:\"\\e7dc\";}i:786;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Cloud 7\";s:9:\"classname\";s:16:\".auxicon-cloud-7\";s:7:\"content\";s:5:\"\\e7dd\";}i:787;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Cloudy\";s:9:\"classname\";s:15:\".auxicon-cloudy\";s:7:\"content\";s:5:\"\\e7de\";}i:788;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Envelope 2\";s:9:\"classname\";s:19:\".auxicon-envelope-2\";s:7:\"content\";s:5:\"\\e7df\";}i:789;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"File ai\";s:9:\"classname\";s:16:\".auxicon-file-ai\";s:7:\"content\";s:5:\"\\e7e0\";}i:790;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File jpg\";s:9:\"classname\";s:17:\".auxicon-file-jpg\";s:7:\"content\";s:5:\"\\e7e1\";}i:791;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File png\";s:9:\"classname\";s:17:\".auxicon-file-png\";s:7:\"content\";s:5:\"\\e7e2\";}i:792;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"File psd\";s:9:\"classname\";s:17:\".auxicon-file-psd\";s:7:\"content\";s:5:\"\\e7e3\";}i:793;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"File text 1\";s:9:\"classname\";s:20:\".auxicon-file-text-1\";s:7:\"content\";s:5:\"\\e7e4\";}i:794;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Graph 2\";s:9:\"classname\";s:16:\".auxicon-graph-2\";s:7:\"content\";s:5:\"\\e7e5\";}i:795;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Hierarchy 1\";s:9:\"classname\";s:20:\".auxicon-hierarchy-1\";s:7:\"content\";s:5:\"\\e7e7\";}i:796;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Hierarchy 2\";s:9:\"classname\";s:20:\".auxicon-hierarchy-2\";s:7:\"content\";s:5:\"\\e7e8\";}i:797;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Imac\";s:9:\"classname\";s:13:\".auxicon-imac\";s:7:\"content\";s:5:\"\\e7e9\";}i:798;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Ipad 3\";s:9:\"classname\";s:15:\".auxicon-ipad-3\";s:7:\"content\";s:5:\"\\e7ea\";}i:799;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Iphone 1\";s:9:\"classname\";s:17:\".auxicon-iphone-1\";s:7:\"content\";s:5:\"\\e7eb\";}i:800;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Keyboard 3\";s:9:\"classname\";s:19:\".auxicon-keyboard-3\";s:7:\"content\";s:5:\"\\e7ec\";}i:801;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Laptop 2\";s:9:\"classname\";s:17:\".auxicon-laptop-2\";s:7:\"content\";s:5:\"\\e7ed\";}i:802;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Line\";s:9:\"classname\";s:13:\".auxicon-line\";s:7:\"content\";s:5:\"\\e7ee\";}i:803;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"List 4\";s:9:\"classname\";s:15:\".auxicon-list-4\";s:7:\"content\";s:5:\"\\e7ef\";}i:804;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"List thumbnails\";s:9:\"classname\";s:24:\".auxicon-list-thumbnails\";s:7:\"content\";s:5:\"\\e7f0\";}i:805;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Lock 4\";s:9:\"classname\";s:15:\".auxicon-lock-4\";s:7:\"content\";s:5:\"\\e7f1\";}i:806;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Magnifier\";s:9:\"classname\";s:18:\".auxicon-magnifier\";s:7:\"content\";s:5:\"\\e7f2\";}i:807;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Map 5\";s:9:\"classname\";s:14:\".auxicon-map-5\";s:7:\"content\";s:5:\"\\e7f3\";}i:808;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Map pin\";s:9:\"classname\";s:16:\".auxicon-map-pin\";s:7:\"content\";s:5:\"\\e7f4\";}i:809;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Moon 2\";s:9:\"classname\";s:15:\".auxicon-moon-2\";s:7:\"content\";s:5:\"\\e7f5\";}i:810;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Mouse 1\";s:9:\"classname\";s:16:\".auxicon-mouse-1\";s:7:\"content\";s:5:\"\\e7f6\";}i:811;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Pencil 4\";s:9:\"classname\";s:17:\".auxicon-pencil-4\";s:7:\"content\";s:5:\"\\e7f7\";}i:812;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Pencil ruler\";s:9:\"classname\";s:21:\".auxicon-pencil-ruler\";s:7:\"content\";s:5:\"\\e7f8\";}i:813;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Picture 1\";s:9:\"classname\";s:18:\".auxicon-picture-1\";s:7:\"content\";s:5:\"\\e7f9\";}i:814;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Rain\";s:9:\"classname\";s:13:\".auxicon-rain\";s:7:\"content\";s:5:\"\\e7fa\";}i:815;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Ribbon\";s:9:\"classname\";s:15:\".auxicon-ribbon\";s:7:\"content\";s:5:\"\\e7fb\";}i:816;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Shoe\";s:9:\"classname\";s:13:\".auxicon-shoe\";s:7:\"content\";s:5:\"\\e7fc\";}i:817;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Speaker 2\";s:9:\"classname\";s:18:\".auxicon-speaker-2\";s:7:\"content\";s:5:\"\\e7fd\";}i:818;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Speaker off 1\";s:9:\"classname\";s:22:\".auxicon-speaker-off-1\";s:7:\"content\";s:5:\"\\e7fe\";}i:819;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Sun 1\";s:9:\"classname\";s:14:\".auxicon-sun-1\";s:7:\"content\";s:5:\"\\e7ff\";}i:820;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Tape\";s:9:\"classname\";s:13:\".auxicon-tape\";s:7:\"content\";s:5:\"\\e800\";}i:821;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Target 1\";s:9:\"classname\";s:17:\".auxicon-target-1\";s:7:\"content\";s:5:\"\\e801\";}i:822;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Unlock 1\";s:9:\"classname\";s:17:\".auxicon-unlock-1\";s:7:\"content\";s:5:\"\\e802\";}i:823;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Facebook 3\";s:9:\"classname\";s:19:\".auxicon-facebook-3\";s:7:\"content\";s:5:\"\\e0b7\";}i:824;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Notebook\";s:9:\"classname\";s:17:\".auxicon-notebook\";s:7:\"content\";s:5:\"\\e02d\";}i:825;O:8:\"stdClass\":3:{s:4:\"name\";s:22:\"Edit modify streamline\";s:9:\"classname\";s:31:\".auxicon-edit-modify-streamline\";s:7:\"content\";s:5:\"\\e641\";}i:826;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Download 2\";s:9:\"classname\";s:19:\".auxicon-download-2\";s:7:\"content\";s:5:\"\\e053\";}i:827;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Linkedin\";s:9:\"classname\";s:17:\".auxicon-linkedin\";s:7:\"content\";s:5:\"\\e19f\";}i:828;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Facebook\";s:9:\"classname\";s:17:\".auxicon-facebook\";s:7:\"content\";s:5:\"\\e1a0\";}i:829;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Vimeo\";s:9:\"classname\";s:14:\".auxicon-vimeo\";s:7:\"content\";s:5:\"\\e1a1\";}i:830;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Flickr\";s:9:\"classname\";s:15:\".auxicon-flickr\";s:7:\"content\";s:5:\"\\e1a3\";}i:831;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Instagram\";s:9:\"classname\";s:18:\".auxicon-instagram\";s:7:\"content\";s:5:\"\\e1a4\";}i:832;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Tumblr\";s:9:\"classname\";s:15:\".auxicon-tumblr\";s:7:\"content\";s:5:\"\\e1a5\";}i:833;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Behance\";s:9:\"classname\";s:16:\".auxicon-behance\";s:7:\"content\";s:5:\"\\e1a6\";}i:834;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Wordpress\";s:9:\"classname\";s:18:\".auxicon-wordpress\";s:7:\"content\";s:5:\"\\e1a7\";}i:835;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Vimeo 1\";s:9:\"classname\";s:16:\".auxicon-vimeo-1\";s:7:\"content\";s:5:\"\\e1a8\";}i:836;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Git\";s:9:\"classname\";s:12:\".auxicon-git\";s:7:\"content\";s:5:\"\\e1a9\";}i:837;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Googleplus\";s:9:\"classname\";s:19:\".auxicon-googleplus\";s:7:\"content\";s:5:\"\\e1aa\";}i:838;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Digg\";s:9:\"classname\";s:13:\".auxicon-digg\";s:7:\"content\";s:5:\"\\e1ab\";}i:839;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Google\";s:9:\"classname\";s:15:\".auxicon-google\";s:7:\"content\";s:5:\"\\e1ac\";}i:840;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Stumbleupon\";s:9:\"classname\";s:20:\".auxicon-stumbleupon\";s:7:\"content\";s:5:\"\\e1ad\";}i:841;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Apple\";s:9:\"classname\";s:14:\".auxicon-apple\";s:7:\"content\";s:5:\"\\e1ae\";}i:842;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Microsoft\";s:9:\"classname\";s:18:\".auxicon-microsoft\";s:7:\"content\";s:5:\"\\e1af\";}i:843;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Android\";s:9:\"classname\";s:16:\".auxicon-android\";s:7:\"content\";s:5:\"\\e1b0\";}i:844;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Dribbble\";s:9:\"classname\";s:17:\".auxicon-dribbble\";s:7:\"content\";s:5:\"\\e1b1\";}i:845;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Steam\";s:9:\"classname\";s:14:\".auxicon-steam\";s:7:\"content\";s:5:\"\\e1b2\";}i:846;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Pinterest\";s:9:\"classname\";s:18:\".auxicon-pinterest\";s:7:\"content\";s:5:\"\\e1b3\";}i:847;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Edge\";s:9:\"classname\";s:13:\".auxicon-edge\";s:7:\"content\";s:5:\"\\e1a2\";}i:848;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Chrome\";s:9:\"classname\";s:15:\".auxicon-chrome\";s:7:\"content\";s:5:\"\\e1b4\";}i:849;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Safari\";s:9:\"classname\";s:15:\".auxicon-safari\";s:7:\"content\";s:5:\"\\e1b5\";}i:850;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Firefox\";s:9:\"classname\";s:16:\".auxicon-firefox\";s:7:\"content\";s:5:\"\\e1b6\";}i:851;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Opera\";s:9:\"classname\";s:14:\".auxicon-opera\";s:7:\"content\";s:5:\"\\e1b7\";}i:852;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Internet explorer\";s:9:\"classname\";s:26:\".auxicon-internet-explorer\";s:7:\"content\";s:5:\"\\e1b8\";}i:853;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Wikipedia\";s:9:\"classname\";s:18:\".auxicon-wikipedia\";s:7:\"content\";s:5:\"\\e1b9\";}i:854;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Amazon\";s:9:\"classname\";s:15:\".auxicon-amazon\";s:7:\"content\";s:5:\"\\e1ba\";}i:855;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Lastfm\";s:9:\"classname\";s:15:\".auxicon-lastfm\";s:7:\"content\";s:5:\"\\e1bb\";}i:856;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Delicious\";s:9:\"classname\";s:18:\".auxicon-delicious\";s:7:\"content\";s:5:\"\\e1bc\";}i:857;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Skype\";s:9:\"classname\";s:14:\".auxicon-skype\";s:7:\"content\";s:5:\"\\e1bd\";}i:858;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Rss\";s:9:\"classname\";s:12:\".auxicon-rss\";s:7:\"content\";s:5:\"\\e1be\";}i:859;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Twitter\";s:9:\"classname\";s:16:\".auxicon-twitter\";s:7:\"content\";s:5:\"\\e1bf\";}i:860;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Html5\";s:9:\"classname\";s:14:\".auxicon-html5\";s:7:\"content\";s:5:\"\\e1c0\";}i:861;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Css3\";s:9:\"classname\";s:13:\".auxicon-css3\";s:7:\"content\";s:5:\"\\e1c1\";}i:862;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Youtube\";s:9:\"classname\";s:16:\".auxicon-youtube\";s:7:\"content\";s:5:\"\\e1c2\";}i:863;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Dropbox\";s:9:\"classname\";s:16:\".auxicon-dropbox\";s:7:\"content\";s:5:\"\\e1c3\";}i:864;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Twich\";s:9:\"classname\";s:14:\".auxicon-twich\";s:7:\"content\";s:5:\"\\e1c6\";}i:865;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Pocket\";s:9:\"classname\";s:15:\".auxicon-pocket\";s:7:\"content\";s:5:\"\\e1c7\";}i:866;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Spotify\";s:9:\"classname\";s:16:\".auxicon-spotify\";s:7:\"content\";s:5:\"\\e1c4\";}i:867;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Yahoo\";s:9:\"classname\";s:14:\".auxicon-yahoo\";s:7:\"content\";s:5:\"\\e1c8\";}i:868;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Paypal\";s:9:\"classname\";s:15:\".auxicon-paypal\";s:7:\"content\";s:5:\"\\e1c9\";}i:869;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Visa\";s:9:\"classname\";s:13:\".auxicon-visa\";s:7:\"content\";s:5:\"\\e1ca\";}i:870;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Google wallet\";s:9:\"classname\";s:22:\".auxicon-google-wallet\";s:7:\"content\";s:5:\"\\e1cb\";}i:871;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Mastercard\";s:9:\"classname\";s:19:\".auxicon-mastercard\";s:7:\"content\";s:5:\"\\e1cc\";}i:872;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Soundcloud\";s:9:\"classname\";s:19:\".auxicon-soundcloud\";s:7:\"content\";s:5:\"\\e1cd\";}i:873;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Linux\";s:9:\"classname\";s:14:\".auxicon-linux\";s:7:\"content\";s:5:\"\\e1ce\";}i:874;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Github\";s:9:\"classname\";s:15:\".auxicon-github\";s:7:\"content\";s:5:\"\\e1cf\";}i:875;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Search 4\";s:9:\"classname\";s:17:\".auxicon-search-4\";s:7:\"content\";s:5:\"\\e1d0\";}i:876;O:8:\"stdClass\":3:{s:4:\"name\";s:25:\"Check mark circle outline\";s:9:\"classname\";s:34:\".auxicon-check-mark-circle-outline\";s:7:\"content\";s:5:\"\\e1d1\";}i:877;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Question circle\";s:9:\"classname\";s:24:\".auxicon-question-circle\";s:7:\"content\";s:5:\"\\e1d2\";}i:878;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Phone classic on\";s:9:\"classname\";s:25:\".auxicon-phone-classic-on\";s:7:\"content\";s:5:\"\\e1d3\";}i:879;O:8:\"stdClass\":3:{s:4:\"name\";s:20:\"Ios browsers outline\";s:9:\"classname\";s:29:\".auxicon-ios-browsers-outline\";s:7:\"content\";s:5:\"\\e1d4\";}i:880;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Social buffer\";s:9:\"classname\";s:22:\".auxicon-social-buffer\";s:7:\"content\";s:5:\"\\e1d5\";}i:881;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Social buffer outline\";s:9:\"classname\";s:30:\".auxicon-social-buffer-outline\";s:7:\"content\";s:5:\"\\e1d6\";}i:882;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Search 1\";s:9:\"classname\";s:17:\".auxicon-search-1\";s:7:\"content\";s:5:\"\\e0dd\";}i:883;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Comment\";s:9:\"classname\";s:16:\".auxicon-comment\";s:7:\"content\";s:5:\"\\e1d7\";}i:884;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Like\";s:9:\"classname\";s:13:\".auxicon-like\";s:7:\"content\";s:5:\"\\e1d8\";}i:885;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Share\";s:9:\"classname\";s:14:\".auxicon-share\";s:7:\"content\";s:5:\"\\e1d9\";}i:886;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Rate\";s:9:\"classname\";s:13:\".auxicon-rate\";s:7:\"content\";s:5:\"\\e1da\";}i:887;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Rate outline\";s:9:\"classname\";s:21:\".auxicon-rate-outline\";s:7:\"content\";s:5:\"\\e1dc\";}i:888;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Whatsapp\";s:9:\"classname\";s:17:\".auxicon-whatsapp\";s:7:\"content\";s:5:\"\\e1db\";}i:889;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Stumbleupon 1\";s:9:\"classname\";s:22:\".auxicon-stumbleupon-1\";s:7:\"content\";s:5:\"\\e1dd\";}i:890;O:8:\"stdClass\":3:{s:4:\"name\";s:2:\"Vk\";s:9:\"classname\";s:11:\".auxicon-vk\";s:7:\"content\";s:5:\"\\e1de\";}i:891;O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Telegram\";s:9:\"classname\";s:17:\".auxicon-telegram\";s:7:\"content\";s:5:\"\\e1df\";}i:892;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Telegram 2\";s:9:\"classname\";s:19:\".auxicon-telegram-2\";s:7:\"content\";s:5:\"\\e1e0\";}i:893;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Fontawesome webfont\";s:9:\"classname\";s:28:\".auxicon-fontawesome-webfont\";s:7:\"content\";s:5:\"\\e1c5\";}i:894;O:8:\"stdClass\":3:{s:4:\"name\";s:3:\"Bag\";s:9:\"classname\";s:12:\".auxicon-bag\";s:7:\"content\";s:5:\"\\e1e1\";}i:895;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Chevron right 1\";s:9:\"classname\";s:24:\".auxicon-chevron-right-1\";s:7:\"content\";s:5:\"\\e1e2\";}i:896;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Playback play\";s:9:\"classname\";s:22:\".auxicon-playback-play\";s:7:\"content\";s:5:\"\\e16e\";}i:897;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Lists\";s:9:\"classname\";s:14:\".auxicon-lists\";s:7:\"content\";s:5:\"\\e068\";}i:898;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Headset with microphone\";s:9:\"classname\";s:32:\".auxicon-headset-with-microphone\";s:7:\"content\";s:3:\"\\55\";}i:899;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Heart small\";s:9:\"classname\";s:20:\".auxicon-heart-small\";s:7:\"content\";s:5:\"\\e1e3\";}i:900;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Heart small outline\";s:9:\"classname\";s:28:\".auxicon-heart-small-outline\";s:7:\"content\";s:5:\"\\e1e4\";}i:901;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Settings 1\";s:9:\"classname\";s:19:\".auxicon-settings-1\";s:7:\"content\";s:3:\"\\3b\";}i:902;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Power\";s:9:\"classname\";s:14:\".auxicon-power\";s:7:\"content\";s:5:\"\\e1e5\";}i:903;O:8:\"stdClass\":3:{s:4:\"name\";s:11:\"Instagram 1\";s:9:\"classname\";s:20:\".auxicon-instagram-1\";s:7:\"content\";s:5:\"\\e0ca\";}i:904;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Computer imac 2\";s:9:\"classname\";s:24:\".auxicon-computer-imac-2\";s:7:\"content\";s:5:\"\\e1e6\";}i:905;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Grid lines streamline\";s:9:\"classname\";s:30:\".auxicon-grid-lines-streamline\";s:7:\"content\";s:5:\"\\e1e7\";}i:906;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Chevron left 1\";s:9:\"classname\";s:23:\".auxicon-chevron-left-1\";s:7:\"content\";s:5:\"\\e1e8\";}i:907;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Chevron down 1\";s:9:\"classname\";s:23:\".auxicon-chevron-down-1\";s:7:\"content\";s:5:\"\\e1e9\";}i:908;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Chevron up 1\";s:9:\"classname\";s:21:\".auxicon-chevron-up-1\";s:7:\"content\";s:5:\"\\e1ea\";}i:909;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Ios telephone outline\";s:9:\"classname\";s:30:\".auxicon-ios-telephone-outline\";s:7:\"content\";s:5:\"\\e1eb\";}i:910;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Ios clock outline\";s:9:\"classname\";s:26:\".auxicon-ios-clock-outline\";s:7:\"content\";s:5:\"\\e1ec\";}i:911;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Ios person outline\";s:9:\"classname\";s:27:\".auxicon-ios-person-outline\";s:7:\"content\";s:5:\"\\e1ed\";}i:912;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Arrow left 1\";s:9:\"classname\";s:21:\".auxicon-arrow-left-1\";s:7:\"content\";s:5:\"\\e1ee\";}i:913;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Arrow right 1\";s:9:\"classname\";s:22:\".auxicon-arrow-right-1\";s:7:\"content\";s:5:\"\\e1ef\";}i:914;O:8:\"stdClass\":3:{s:4:\"name\";s:19:\"Mail letter outline\";s:9:\"classname\";s:28:\".auxicon-mail-letter-outline\";s:7:\"content\";s:5:\"\\e1f0\";}i:915;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Search outline\";s:9:\"classname\";s:23:\".auxicon-search-outline\";s:7:\"content\";s:5:\"\\e1f1\";}i:916;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Android favorite\";s:9:\"classname\";s:25:\".auxicon-android-favorite\";s:7:\"content\";s:5:\"\\e1f3\";}i:917;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Android favorite outline\";s:9:\"classname\";s:33:\".auxicon-android-favorite-outline\";s:7:\"content\";s:5:\"\\e1f4\";}i:918;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Record\";s:9:\"classname\";s:15:\".auxicon-record\";s:7:\"content\";s:5:\"\\e1f5\";}i:919;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Explore\";s:9:\"classname\";s:16:\".auxicon-explore\";s:7:\"content\";s:5:\"\\e020\";}i:920;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Map pin streamline\";s:9:\"classname\";s:27:\".auxicon-map-pin-streamline\";s:7:\"content\";s:5:\"\\e1f2\";}i:921;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Phone 2\";s:9:\"classname\";s:16:\".auxicon-phone-2\";s:7:\"content\";s:5:\"\\e1f6\";}i:922;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Ipad 1\";s:9:\"classname\";s:15:\".auxicon-ipad-1\";s:7:\"content\";s:5:\"\\e1f7\";}i:923;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Plus\";s:9:\"classname\";s:13:\".auxicon-plus\";s:7:\"content\";s:5:\"\\e171\";}i:924;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Streamline sync\";s:9:\"classname\";s:24:\".auxicon-streamline-sync\";s:7:\"content\";s:5:\"\\e1f8\";}i:925;O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"User\";s:9:\"classname\";s:13:\".auxicon-user\";s:7:\"content\";s:5:\"\\e00a\";}i:926;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 3\";s:9:\"classname\";s:16:\".auxicon-heart-3\";s:7:\"content\";s:5:\"\\e1f9\";}i:927;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Arrows drag up\";s:9:\"classname\";s:23:\".auxicon-arrows-drag-up\";s:7:\"content\";s:5:\"\\e1fa\";}i:928;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Arrows drag up dashed\";s:9:\"classname\";s:30:\".auxicon-arrows-drag-up-dashed\";s:7:\"content\";s:5:\"\\e1fb\";}i:929;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Arrows hamburger1\";s:9:\"classname\";s:26:\".auxicon-arrows-hamburger1\";s:7:\"content\";s:5:\"\\e1fc\";}i:930;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Arrows hamburger 2\";s:9:\"classname\";s:27:\".auxicon-arrows-hamburger-2\";s:7:\"content\";s:5:\"\\e1fd\";}i:931;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Chevron down 2\";s:9:\"classname\";s:23:\".auxicon-chevron-down-2\";s:7:\"content\";s:5:\"\\e1fe\";}i:932;O:8:\"stdClass\":3:{s:4:\"name\";s:14:\"Chevron left 2\";s:9:\"classname\";s:23:\".auxicon-chevron-left-2\";s:7:\"content\";s:5:\"\\e1ff\";}i:933;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Chevron up 2\";s:9:\"classname\";s:21:\".auxicon-chevron-up-2\";s:7:\"content\";s:5:\"\\e200\";}i:934;O:8:\"stdClass\":3:{s:4:\"name\";s:5:\"Eye 1\";s:9:\"classname\";s:14:\".auxicon-eye-1\";s:7:\"content\";s:5:\"\\e202\";}i:935;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Close 1\";s:9:\"classname\";s:16:\".auxicon-close-1\";s:7:\"content\";s:5:\"\\e203\";}i:936;O:8:\"stdClass\":3:{s:4:\"name\";s:13:\"Ios telephone\";s:9:\"classname\";s:22:\".auxicon-ios-telephone\";s:7:\"content\";s:5:\"\\e204\";}i:937;O:8:\"stdClass\":3:{s:4:\"name\";s:12:\"Ios location\";s:9:\"classname\";s:21:\".auxicon-ios-location\";s:7:\"content\";s:5:\"\\e205\";}i:938;O:8:\"stdClass\":3:{s:4:\"name\";s:21:\"Email mail streamline\";s:9:\"classname\";s:30:\".auxicon-email-mail-streamline\";s:7:\"content\";s:5:\"\\e206\";}i:939;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Reload\";s:9:\"classname\";s:15:\".auxicon-reload\";s:7:\"content\";s:5:\"\\e207\";}i:940;O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Link 2\";s:9:\"classname\";s:15:\".auxicon-link-2\";s:7:\"content\";s:5:\"\\e208\";}i:941;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Chevron right 2\";s:9:\"classname\";s:24:\".auxicon-chevron-right-2\";s:7:\"content\";s:5:\"\\e201\";}i:942;O:8:\"stdClass\":3:{s:4:\"name\";s:10:\"Ios cloudy\";s:9:\"classname\";s:19:\".auxicon-ios-cloudy\";s:7:\"content\";s:5:\"\\e209\";}i:943;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Ios thunderstorm\";s:9:\"classname\";s:25:\".auxicon-ios-thunderstorm\";s:7:\"content\";s:5:\"\\e20a\";}i:944;O:8:\"stdClass\":3:{s:4:\"name\";s:16:\"Ios cloudy night\";s:9:\"classname\";s:25:\".auxicon-ios-cloudy-night\";s:7:\"content\";s:5:\"\\e20b\";}i:945;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Ios sunny\";s:9:\"classname\";s:18:\".auxicon-ios-sunny\";s:7:\"content\";s:5:\"\\e20c\";}i:946;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Ios snowy\";s:9:\"classname\";s:18:\".auxicon-ios-snowy\";s:7:\"content\";s:5:\"\\e20d\";}i:947;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Ios rainy\";s:9:\"classname\";s:18:\".auxicon-ios-rainy\";s:7:\"content\";s:5:\"\\e20e\";}i:948;O:8:\"stdClass\":3:{s:4:\"name\";s:15:\"Ios partlysunny\";s:9:\"classname\";s:24:\".auxicon-ios-partlysunny\";s:7:\"content\";s:5:\"\\e20f\";}i:949;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Ios thunderstorm outline\";s:9:\"classname\";s:33:\".auxicon-ios-thunderstorm-outline\";s:7:\"content\";s:5:\"\\e210\";}i:950;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Ios sunny outline\";s:9:\"classname\";s:26:\".auxicon-ios-sunny-outline\";s:7:\"content\";s:5:\"\\e211\";}i:951;O:8:\"stdClass\":3:{s:4:\"name\";s:18:\"Ios cloudy outline\";s:9:\"classname\";s:27:\".auxicon-ios-cloudy-outline\";s:7:\"content\";s:5:\"\\e212\";}i:952;O:8:\"stdClass\":3:{s:4:\"name\";s:24:\"Ios cloudy night outline\";s:9:\"classname\";s:33:\".auxicon-ios-cloudy-night-outline\";s:7:\"content\";s:5:\"\\e213\";}i:953;O:8:\"stdClass\":3:{s:4:\"name\";s:23:\"Ios partlysunny outline\";s:9:\"classname\";s:32:\".auxicon-ios-partlysunny-outline\";s:7:\"content\";s:5:\"\\e214\";}i:954;O:8:\"stdClass\":3:{s:4:\"name\";s:17:\"Ios rainy outline\";s:9:\"classname\";s:26:\".auxicon-ios-rainy-outline\";s:7:\"content\";s:5:\"\\e215\";}i:955;O:8:\"stdClass\":3:{s:4:\"name\";s:7:\"Heart 6\";s:9:\"classname\";s:16:\".auxicon-heart-6\";s:7:\"content\";s:5:\"\\e216\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(104585, '_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.9.4.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1775021137;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}', 'off'),
(106212, '_site_transient_timeout_theme_roots', '1775022938', 'off'),
(106213, '_site_transient_theme_roots', 'a:4:{s:5:\"phlox\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}', 'off'),
(106215, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775021150;s:8:\"response\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.0.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:43:\"w.org/plugins/limit-login-attempts-reloaded\";s:4:\"slug\";s:29:\"limit-login-attempts-reloaded\";s:6:\"plugin\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.3.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-256x256.png?rev=2456910\";s:2:\"1x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-128x128.png?rev=2456910\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-1544x500.png?rev=2954981\";s:2:\"1x\";s:84:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-772x250.png?rev=2954981\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:7:\"7.8.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:33:\"auxin-elements/auxin-elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/auxin-elements\";s:4:\"slug\";s:14:\"auxin-elements\";s:6:\"plugin\";s:33:\"auxin-elements/auxin-elements.php\";s:11:\"new_version\";s:7:\"2.17.15\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/auxin-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/auxin-elements.2.17.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/auxin-elements/assets/icon-256x256.png?rev=1486570\";s:2:\"1x\";s:67:\"https://ps.w.org/auxin-elements/assets/icon-128x128.png?rev=1486570\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/auxin-elements/assets/banner-1544x500.png?rev=1486570\";s:2:\"1x\";s:69:\"https://ps.w.org/auxin-elements/assets/banner-772x250.png?rev=1486570\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:35:\"auxin-portfolio/auxin-portfolio.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/auxin-portfolio\";s:4:\"slug\";s:15:\"auxin-portfolio\";s:6:\"plugin\";s:35:\"auxin-portfolio/auxin-portfolio.php\";s:11:\"new_version\";s:6:\"2.3.12\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/auxin-portfolio/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/auxin-portfolio.2.3.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/auxin-portfolio/assets/icon-256x256.png?rev=1604992\";s:2:\"1x\";s:68:\"https://ps.w.org/auxin-portfolio/assets/icon-128x128.png?rev=1604992\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/auxin-portfolio/assets/banner-1544x500.png?rev=1605031\";s:2:\"1x\";s:70:\"https://ps.w.org/auxin-portfolio/assets/banner-772x250.png?rev=1605031\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.8.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:1:{i:0;s:14:\"auxin-elements\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}}s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.5.6\";s:23:\"elementor/elementor.php\";s:5:\"3.6.1\";s:35:\"envato-elements/envato-elements.php\";s:6:\"2.0.11\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:6:\"2.23.2\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"7.1\";s:33:\"auxin-elements/auxin-elements.php\";s:5:\"2.9.4\";s:35:\"auxin-portfolio/auxin-portfolio.php\";s:5:\"2.2.6\";}}', 'off'),
(106216, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775021152;s:7:\"checked\";a:4:{s:5:\"phlox\";s:5:\"2.9.3\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:5:\"phlox\";a:6:{s:5:\"theme\";s:5:\"phlox\";s:11:\"new_version\";s:7:\"2.17.12\";s:3:\"url\";s:35:\"https://wordpress.org/themes/phlox/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/phlox.2.17.12.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(106217, '_transient_timeout_auxels_plugin_requirements_check', '1775024532', 'off'),
(106218, '_transient_auxels_plugin_requirements_check', '1', 'off'),
(106219, '_transient_timeout_auxpfo_plugin_requirements_check', '1775024533', 'off'),
(106220, '_transient_auxpfo_plugin_requirements_check', '1', 'off'),
(106221, '_site_transient_timeout_wp_theme_files_patterns-629eb28cb6a91b6f33f8ba6dffa4df73', '1775025433', 'off'),
(106222, '_site_transient_wp_theme_files_patterns-629eb28cb6a91b6f33f8ba6dffa4df73', 'a:2:{s:7:\"version\";s:5:\"2.9.3\";s:8:\"patterns\";a:0:{}}', 'off');

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

--
-- 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
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_elementor_edit_mode', 'builder'),
(4, 5, '_elementor_template_type', 'kit'),
(5, 6, '_elementor_template_type', 'header'),
(6, 6, '_elementor_edit_mode', 'builder'),
(7, 6, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#EDAE51\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#F8F8F8\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(8, 6, '_elementor_version', '3.6.1'),
(9, 6, '_wp_page_template', 'default'),
(11, 7, '_edit_lock', '1648915052:1'),
(12, 7, '_edit_last', '1'),
(13, 7, 'page_footer_attribution', 'default'),
(14, 7, 'page_footer_is_sticky', 'default'),
(15, 7, 'page_elementor_header_template', '6'),
(16, 7, 'page_header_use_legacy', 'no'),
(17, 7, 'page_overlay_header', 'default'),
(18, 7, 'page_header_top_sticky', 'default'),
(19, 7, 'aux_page_template_content_location', 'above-in-frame'),
(20, 7, 'page_elementor_footer_template', '-def'),
(21, 7, 'page_footer_use_legacy', 'default'),
(22, 7, 'page_header_section_use_legacy', 'no'),
(23, 7, 'page_header_menu', 'default'),
(24, 7, 'display_page_header_cover', '0'),
(25, 7, 'page_header_navigation_layout', 'default'),
(26, 7, 'page_header_width', 'default'),
(27, 7, 'page_header_search_button', 'default'),
(28, 7, 'page_header_logo_display', 'default'),
(29, 7, 'page_header_border_bottom', 'default'),
(30, 7, 'page_header_animation', 'default'),
(31, 7, 'page_header_color_scheme', 'default'),
(32, 7, 'page_header_sticky_color_scheme', 'default'),
(33, 7, 'page_header_logo_can_scale', 'default'),
(34, 7, 'page_vertical_header_items_align', 'default'),
(35, 7, 'page_vertical_menu_footer_display', 'default'),
(36, 7, 'page_vertical_header_search_border', 'default'),
(37, 7, 'page_header_social_icons', 'default'),
(38, 7, 'page_header_social_icons_size', 'default'),
(39, 7, 'page_top_header_section_use_legacy', 'no'),
(40, 7, 'aux_show_topheader', 'default'),
(41, 7, 'aux_topheader_layout', 'default'),
(42, 7, 'aux_show_topheader_message', 'default'),
(43, 7, 'aux_show_topheader_secondary_message', 'default'),
(44, 7, 'page_general_footer_section_use_legacy', 'default'),
(45, 7, 'page_show_footer', 'default'),
(46, 7, 'page_footer_components_layout', 'default'),
(47, 7, 'page_show_subfooter', 'default'),
(48, 7, 'content_layout', 'boxed'),
(49, 7, 'page_layout', 'default'),
(50, 7, 'page_sidebar_style', 'default'),
(51, 7, 'show_content_top_margin', 'default'),
(52, 7, 'page_show_goto_top_btn', 'default'),
(53, 7, 'page_goto_top_alignment', 'default'),
(54, 7, 'aux_title_bar_show', 'no'),
(55, 7, 'subtitle_position', 'before'),
(56, 7, 'aux_title_bar_preset', 'default'),
(57, 7, 'aux_title_bar_enable_customize', '0'),
(58, 7, 'aux_title_bar_content_width_type', 'boxed'),
(59, 7, 'aux_title_bar_content_section_height', 'auto'),
(60, 7, 'aux_title_bar_title_show', '1'),
(61, 7, 'aux_title_bar_heading_bordered', '0'),
(62, 7, 'aux_title_bar_heading_boxed', '0'),
(63, 7, 'aux_title_bar_meta_enabled', '0'),
(64, 7, 'aux_title_bar_bread_enabled', '1'),
(65, 7, 'aux_title_bar_bread_bordered', '0'),
(66, 7, 'aux_title_bar_text_align', 'left'),
(67, 7, 'aux_title_bar_overlay_pattern', 'none'),
(68, 7, 'aux_title_bar_overlay_pattern_opacity', '0.15'),
(69, 7, 'aux_title_bar_color_style', 'dark'),
(70, 7, 'aux_title_bar_bg_show', '0'),
(71, 7, 'aux_title_bar_bg_parallax', '0'),
(72, 7, 'aux_title_bar_bg_size', 'cover'),
(73, 7, 'aux_custom_bg_show', '0'),
(74, 7, 'aux_custom_bg_repeat', 'repeat'),
(75, 7, 'aux_custom_bg_attach', 'scroll'),
(76, 7, 'aux_custom_bg_position', 'left top'),
(77, 7, 'aux_custom_bg_size', 'auto'),
(78, 7, 'top_slider_id', 'none'),
(79, 7, 'aux_metafields_custom_styles', ''),
(80, 6, '_elementor_page_assets', 'a:0:{}'),
(82, 10, '_wp_attached_file', '2022/04/Group-29.png'),
(83, 10, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:244;s:6:\"height\";i:89;s:4:\"file\";s:20:\"2022/04/Group-29.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-29-150x89.png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(84, 10, '_elementor_source_image_hash', '68722e08d7497d02cebde6fe005c7e9c9cccfbc7'),
(85, 11, '_wp_attached_file', '2022/04/Group-9279.png'),
(86, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:129;s:4:\"file\";s:22:\"2022/04/Group-9279.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87, 11, '_elementor_source_image_hash', 'b64ddad1e80141d62300380f7f2a8c19bab55053'),
(88, 12, '_wp_attached_file', '2022/04/749.png'),
(89, 12, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:792;s:6:\"height\";i:330;s:4:\"file\";s:15:\"2022/04/749.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"749-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"749-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"749-768x330.png\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"749-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 12, '_elementor_source_image_hash', '6ee7f347ed832e1f96cc145c1c88660579b8f40e'),
(91, 13, '_wp_attached_file', '2022/04/873.jpg'),
(92, 13, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:792;s:6:\"height\";i:330;s:4:\"file\";s:15:\"2022/04/873.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"873-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"873-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"873-768x330.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"873-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(93, 13, '_elementor_source_image_hash', '32f4d7ac4c58c68519f1783db2c7bf9e8daf1956'),
(94, 14, '_wp_attached_file', '2022/04/634.jpg'),
(95, 14, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:399;s:4:\"file\";s:15:\"2022/04/634.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"634-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"634-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"634-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(96, 14, '_elementor_source_image_hash', 'acd40742692051c40a2f0914ba51099e335ca075'),
(97, 15, '_wp_attached_file', '2022/04/13360.jpg'),
(98, 15, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:377;s:6:\"height\";i:399;s:4:\"file\";s:17:\"2022/04/13360.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"13360-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"13360-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"13360-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(99, 15, '_elementor_source_image_hash', '78ec09a5cd47ccfce40f81a351fd7ee62174a817'),
(100, 16, '_wp_attached_file', '2022/04/12918.jpg'),
(101, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:377;s:6:\"height\";i:399;s:4:\"file\";s:17:\"2022/04/12918.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"12918-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"12918-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"12918-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102, 16, '_elementor_source_image_hash', 'a8bfd3e271ac81d05c5fa6bf2b7a1124f487518f'),
(103, 17, '_wp_attached_file', '2022/04/10470.jpg'),
(104, 17, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:399;s:4:\"file\";s:17:\"2022/04/10470.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"10470-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"10470-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"10470-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 17, '_elementor_source_image_hash', 'c25d2dc78e23605f453b0e65325e7fbe74bf3386'),
(106, 18, '_wp_attached_file', '2022/04/134-2.jpg'),
(107, 18, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:399;s:4:\"file\";s:17:\"2022/04/134-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"134-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"134-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"134-2-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(108, 18, '_elementor_source_image_hash', 'dde8c647311b16153d63475f6d7f0b08f80596ea'),
(109, 19, '_wp_attached_file', '2022/04/3700.jpg'),
(110, 19, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:377;s:6:\"height\";i:399;s:4:\"file\";s:16:\"2022/04/3700.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"3700-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3700-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"3700-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111, 19, '_elementor_source_image_hash', '092d41073914203338dabafe5705535a63eea075'),
(112, 20, '_wp_attached_file', '2022/04/7208.jpg'),
(113, 20, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:377;s:6:\"height\";i:399;s:4:\"file\";s:16:\"2022/04/7208.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"7208-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"7208-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"7208-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114, 20, '_elementor_source_image_hash', '79530b45710e6b2fa3643c5c409d0b25508d47f7'),
(115, 21, '_wp_attached_file', '2022/04/12628.jpg'),
(116, 21, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:399;s:4:\"file\";s:17:\"2022/04/12628.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"12628-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"12628-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"12628-280x180.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(117, 21, '_elementor_source_image_hash', 'd9627fbeb86ee649ca58c9ac1f9f55a5475a9a14'),
(118, 22, '_elementor_edit_mode', 'builder'),
(119, 22, '_elementor_template_type', 'page'),
(120, 22, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(121, 22, '_elementor_data', '[{\"id\":\"7ae14621\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2532e637\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50f71486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"an exceptionally unique experience tailored to you\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_text_transform\":\"capitalize\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"description_width\":{\"unit\":\"px\",\"size\":\"420\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\",\"description_color\":\"globals\\/colors?id=accent\"},\"title_tag_secondary\":\"h2\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"alignment_tablet\":\"center\",\"description\":\"<p>We are idea generators, goal seekers, challenge-thirsty professionals, creators of unique Internet projects. We deliver unconventional solutions<\\/p>\",\"title2_width\":{\"unit\":\"px\",\"size\":\"432\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"aux_animation_name\":\"aux-fade-in-up-1\",\"aux_animation_duration\":1500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"7b965063\",\"elType\":\"widget\",\"settings\":{\"icon_or_image\":\"inline-svg\",\"svg_inline\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" width=\\\"33.047\\\" height=\\\"20.992\\\" viewBox=\\\"0 0 33.047 20.992\\\"><path d=\\\"M3.172,61.291q.627.358,3.78,2.125t4.832,2.721q.184.1.784.455t1,.567q.4.216.959.484a6.248,6.248,0,0,0,1.06.4,3.549,3.549,0,0,0,.922.134h.037a3.552,3.552,0,0,0,.922-.134,6.254,6.254,0,0,0,1.06-.4q.562-.269.959-.484t1-.567q.6-.351.784-.455,1.7-.954,8.631-4.846a8.118,8.118,0,0,0,2.25-1.834,3.453,3.453,0,0,0,.9-2.251,2.1,2.1,0,0,0-.876-1.685,3.22,3.22,0,0,0-2.075-.7H2.951A2.935,2.935,0,0,0,.765,55.6,2.648,2.648,0,0,0,0,57.533a3.142,3.142,0,0,0,1.014,2.035A8.556,8.556,0,0,0,3.172,61.291Z\\\" transform=\\\"translate(0 -54.82)\\\" fill=\\\"#fff\\\" \\/><path d=\\\"M31.2,185.734q-6.048,3.31-9.184,5.144-1.051.626-1.706.976a11.636,11.636,0,0,1-1.743.716,6.388,6.388,0,0,1-2.028.365h-.037a6.391,6.391,0,0,1-2.029-.365,11.642,11.642,0,0,1-1.743-.716q-.654-.35-1.706-.976-2.49-1.476-9.165-5.144A9.5,9.5,0,0,1,0,184.437v11.837a2.1,2.1,0,0,0,.867,1.685,3.21,3.21,0,0,0,2.084.7H30.1a3.21,3.21,0,0,0,2.084-.7,2.1,2.1,0,0,0,.867-1.685V184.437A9.863,9.863,0,0,1,31.2,185.734Z\\\" transform=\\\"translate(0 -177.668)\\\" fill=\\\"#fff\\\" \\/><\\/svg>\\r\\n\",\"title\":\"Minimal Design\",\"content\":\"<p>There are many variations passages of Lorem Ipsum majority\\u00a0<\\/p>\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"16\",\"bottom\":\"14\",\"left\":\"16\",\"isLinked\":\"\"},\"img_shape\":\"circle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_align\":\"left\",\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"wrapper_content_background_hover_background\":\"classic\",\"wrapper_content_transition\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"custom_css\":\"selector .aux-ico-box {\\n    background-color: var( --e-global-color-secondary );\\n    border-radius: 50px;\\n    box-shadow: -5px 15px 30px rgb(253,52,110,0.3);\\n   \\n    transition: all 300ms ease-out;\\n}\\n@media only screen and (min-width:1025px){\\n    selector .aux-widget-text .aux-ico-box{\\n        margin:unset;\\n    }\\n}\\nselector .aux-ico-box svg{\\n    max-width: 18px;\\n}\\nselector .aux-widget-text .aux-text-widget-header {\\n    padding-top: 0;\\n}\\nselector .aux-widget-text .aux-text-widget-content{\\n    padding-bottom: 0; \\n    padding-top: 26px;\\n    max-width: 283px;\\n}\\n@media only screen and (max-width:1350px) and (min-width:1025px){\\n    selector .aux-widget-text .aux-text-widget-content{\\n    max-width:180px!important;\\n}\\n}\",\"__globals__\":{\"wrapper_content_background_hover_color\":\"\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=accent\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"icon_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":1500,\"aux_animation_delay\":500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_text_icon\":{\"value\":\"\",\"library\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"},\"aux_text_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"header_background_image\":{\"url\":\"\",\"id\":\"\"},\"header_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"header_background_slideshow_gallery\":[],\"icon_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_slideshow_gallery\":[],\"icon_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_slideshow_gallery\":[],\"button_background_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_slideshow_gallery\":[],\"hover_button_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_slideshow_gallery\":[],\"wrapper_content_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_slideshow_gallery\":[],\"wrapper_content_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"6cac7414\",\"elType\":\"widget\",\"settings\":{\"icon_or_image\":\"inline-svg\",\"svg_inline\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" width=\\\"26.536\\\" height=\\\"30.733\\\" viewBox=\\\"0 0 26.536 30.733\\\"><g transform=\\\"translate(3.075)\\\"><g transform=\\\"translate(0)\\\"><path d=\\\"M88.458,5.185V4.148a4.184,4.184,0,0,0-8.368.036v1a10.217,10.217,0,0,0-6.008,9.3v3.4H94.466V14.662A10.553,10.553,0,0,0,88.458,5.185Z\\\" transform=\\\"translate(-74.082)\\\" fill=\\\"#fff\\\" \\/><\\/g><\\/g><g transform=\\\"translate(0 19.668)\\\"><g transform=\\\"translate(0)\\\"><path d=\\\"M54.475,281.6H32.16a6.97,6.97,0,0,0-2.11,5.042v.858a1.152,1.152,0,0,0,1.144,1.144h7.081a5.17,5.17,0,0,0,10.085,0H55.44a1.152,1.152,0,0,0,1.144-1.144v-.858A6.832,6.832,0,0,0,54.475,281.6Z\\\" transform=\\\"translate(-30.05 -281.6)\\\" fill=\\\"#fff\\\" \\/><\\/g><\\/g><\\/svg>\",\"title\":\"Best Material\",\"content\":\"<p>There are many variations passages of Lorem Ipsum majority\\u00a0<\\/p>\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"17.5\",\"bottom\":\"10\",\"left\":\"16.5\",\"isLinked\":\"\"},\"img_shape\":\"circle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_align\":\"left\",\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"wrapper_content_background_hover_background\":\"classic\",\"wrapper_content_transition\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"custom_css\":\"selector .aux-ico-box {\\n    background-color: var( --e-global-color-secondary );\\n    border-radius: 50px;\\n    box-shadow: -5px 15px 30px rgb(253,52,110,0.3);\\n    transition: all 300ms ease-out;\\n}\\n@media only screen and (min-width:1025px){\\n    selector .aux-widget-text .aux-ico-box{\\n        margin:unset;\\n    }\\n}\\nselector .aux-ico-box svg{\\n    max-width: 15.5px;\\n}\\nselector .aux-widget-text .aux-text-widget-header {\\n    padding-top: 0;\\n}\\nselector .aux-widget-text .aux-text-widget-content{\\n    padding-bottom: 0; \\n    padding-top: 26px;\\n    max-width: 283px;\\n}\\n@media only screen and (max-width:1350px) and (min-width:1025px){\\n    selector .aux-widget-text .aux-text-widget-content{\\n    max-width: 180px;\\n}\\n}\",\"__globals__\":{\"wrapper_content_background_hover_color\":\"\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=accent\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"text_align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":1500,\"aux_animation_delay\":700,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_text_icon\":{\"value\":\"\",\"library\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"},\"aux_text_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"header_background_image\":{\"url\":\"\",\"id\":\"\"},\"header_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"header_background_slideshow_gallery\":[],\"icon_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_slideshow_gallery\":[],\"icon_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_slideshow_gallery\":[],\"button_background_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_slideshow_gallery\":[],\"hover_button_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_slideshow_gallery\":[],\"wrapper_content_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_slideshow_gallery\":[],\"wrapper_content_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":\"\"},{\"id\":\"5f1142f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"449fc781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":10,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Group-29.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"_element_width\":\"auto\",\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":\"-30\",\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"custom_css\":\"@media only screen and (max-width:1400px) and (min-width:1025px){\\n    selector {\\n        top:10%;\\n    }\\n    \\n}\",\"aux_animation_name\":\"aux-slide-from-top\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"7cd282e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Group-9279.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"_element_width\":\"auto\",\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"%\",\"size\":\"85\",\"sizes\":[]},\"aux_position_top_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"aux_position_top_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"aux_position_left_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"aux_position_left_mobile\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"custom_css\":\"@media only screen and (max-width:1250px) and (min-width:1025px){\\n    selector {\\n        top:75%;\\n    }\\n    \\n}\",\"hide_mobile\":\"hidden-phone\",\"aux_position_bottom_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_in_anims\":\"slideTop\",\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"629d80e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/749.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_out_anims\":\"moveHorizontal\",\"aux_parallax_horizontal_transform\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"11de08af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":13,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/873.jpg\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_out_anims\":\"moveHorizontal\",\"aux_parallax_horizontal_transform\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"aux_parallax_vertical_transform\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5d68a318\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6966e8c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43285c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our team\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"meet the minds shaping an industry\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.4\",\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_text_transform\":\"capitalize\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"description_width\":{\"unit\":\"px\",\"size\":\"485\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\",\"description_color\":\"globals\\/colors?id=accent\"},\"title_tag_secondary\":\"h2\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"alignment\":\"center\",\"title2_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_tablet\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"290\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3470f7b5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"custom_css\":\"selector .aux-staff-content{\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    position: absolute;\\r\\n    bottom: 0;\\r\\n    opacity:0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .col-subtitle{\\r\\n    order:1;\\r\\n}\\r\\n\\r\\nselector .col-title{\\r\\n    order:2;\\r\\n}\\r\\nselector .aux-staff-footer{\\r\\n    order:3;\\r\\n}\\r\\nselector .aux-media-image img{\\r\\n    border-radius: 20px;\\r\\n    width:100%;\\r\\n}\\r\\nselector .aux-social-list li{\\r\\n    padding-right: 10px;\\r\\n}\\r\\nselector .aux-media-image:before{\\r\\n   content: \'\';\\r\\n    width: 100%;\\r\\n    height: 100%;\\r\\n    background-image: linear-gradient(180deg,#02060800 0%,#020608 100%);\\r\\n    position: absolute;\\r\\n    border-radius:20px;\\r\\n    opacity: 0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .aux-staff-container:hover .aux-media-image:before,selector .aux-staff-container:hover .aux-staff-content{\\r\\n    opacity: 1;\\r\\n}\\r\\n@media only screen and (max-width:1150px) and (min-width:1025px){\\r\\n    selector .col-title{\\r\\n        font-size:18px;\\r\\n    }\\r\\n}\\r\\nselector .elementor-widget-wrap .elementor-element.elementor-widget__width-auto{\\r\\n    width: 100%\\r\\n}\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46797239\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d9d20f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":14,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/634.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"1dfe7c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32e7efe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":15,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/13360.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"2256ec13\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d87d589\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":16,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/12918.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"63d21631\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1df93fc9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":17,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/10470.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"13dad64b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"custom_css\":\"selector .aux-staff-content{\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    position: absolute;\\r\\n    bottom: 0;\\r\\n    opacity:0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .col-subtitle{\\r\\n    order:1;\\r\\n}\\r\\n\\r\\nselector .col-title{\\r\\n    order:2;\\r\\n}\\r\\nselector .aux-staff-footer{\\r\\n    order:3;\\r\\n}\\r\\nselector .aux-media-image img{\\r\\n    border-radius: 20px;\\r\\n     width: 100%\\r\\n}\\r\\nselector .aux-social-list li{\\r\\n    padding-right: 10px;\\r\\n}\\r\\nselector .aux-media-image:before{\\r\\n   content: \'\';\\r\\n    width: 100%;\\r\\n    height: 100%;\\r\\n    background-image: linear-gradient(180deg,#02060800 0%,#020608 100%);\\r\\n    position: absolute;\\r\\n    border-radius:20px;\\r\\n    opacity: 0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .aux-staff-container:hover .aux-media-image:before,selector .aux-staff-container:hover .aux-staff-content{\\r\\n    opacity: 1;\\r\\n}\\r\\nselector .elementor-widget-wrap .elementor-element.elementor-widget__width-auto{\\r\\n    width: 100%\\r\\n}\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79202937\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21bd7d7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":18,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"64b40c9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fa1fac1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":19,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/3700.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"311f3c8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42a1730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":20,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/7208.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"4646554b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f75106e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":21,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/12628.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(122, 23, '_elementor_edit_mode', 'builder'),
(123, 23, '_elementor_template_type', 'page'),
(124, 23, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 23, '_elementor_data', '[{\"id\":\"7ae14621\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2532e637\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50f71486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"an exceptionally unique experience tailored to you\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_text_transform\":\"capitalize\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"description_width\":{\"unit\":\"px\",\"size\":\"420\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\",\"description_color\":\"globals\\/colors?id=accent\"},\"title_tag_secondary\":\"h2\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"alignment_tablet\":\"center\",\"description\":\"<p>We are idea generators, goal seekers, challenge-thirsty professionals, creators of unique Internet projects. We deliver unconventional solutions<\\/p>\",\"title2_width\":{\"unit\":\"px\",\"size\":\"432\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"aux_animation_name\":\"aux-fade-in-up-1\",\"aux_animation_duration\":1500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"7b965063\",\"elType\":\"widget\",\"settings\":{\"icon_or_image\":\"inline-svg\",\"svg_inline\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" width=\\\"33.047\\\" height=\\\"20.992\\\" viewBox=\\\"0 0 33.047 20.992\\\"><path d=\\\"M3.172,61.291q.627.358,3.78,2.125t4.832,2.721q.184.1.784.455t1,.567q.4.216.959.484a6.248,6.248,0,0,0,1.06.4,3.549,3.549,0,0,0,.922.134h.037a3.552,3.552,0,0,0,.922-.134,6.254,6.254,0,0,0,1.06-.4q.562-.269.959-.484t1-.567q.6-.351.784-.455,1.7-.954,8.631-4.846a8.118,8.118,0,0,0,2.25-1.834,3.453,3.453,0,0,0,.9-2.251,2.1,2.1,0,0,0-.876-1.685,3.22,3.22,0,0,0-2.075-.7H2.951A2.935,2.935,0,0,0,.765,55.6,2.648,2.648,0,0,0,0,57.533a3.142,3.142,0,0,0,1.014,2.035A8.556,8.556,0,0,0,3.172,61.291Z\\\" transform=\\\"translate(0 -54.82)\\\" fill=\\\"#fff\\\" \\/><path d=\\\"M31.2,185.734q-6.048,3.31-9.184,5.144-1.051.626-1.706.976a11.636,11.636,0,0,1-1.743.716,6.388,6.388,0,0,1-2.028.365h-.037a6.391,6.391,0,0,1-2.029-.365,11.642,11.642,0,0,1-1.743-.716q-.654-.35-1.706-.976-2.49-1.476-9.165-5.144A9.5,9.5,0,0,1,0,184.437v11.837a2.1,2.1,0,0,0,.867,1.685,3.21,3.21,0,0,0,2.084.7H30.1a3.21,3.21,0,0,0,2.084-.7,2.1,2.1,0,0,0,.867-1.685V184.437A9.863,9.863,0,0,1,31.2,185.734Z\\\" transform=\\\"translate(0 -177.668)\\\" fill=\\\"#fff\\\" \\/><\\/svg>\\r\\n\",\"title\":\"Minimal Design\",\"content\":\"<p>There are many variations passages of Lorem Ipsum majority\\u00a0<\\/p>\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"16\",\"bottom\":\"14\",\"left\":\"16\",\"isLinked\":\"\"},\"img_shape\":\"circle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_align\":\"left\",\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"wrapper_content_background_hover_background\":\"classic\",\"wrapper_content_transition\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"custom_css\":\"selector .aux-ico-box {\\n    background-color: var( --e-global-color-secondary );\\n    border-radius: 50px;\\n    box-shadow: -5px 15px 30px rgb(253,52,110,0.3);\\n   \\n    transition: all 300ms ease-out;\\n}\\n@media only screen and (min-width:1025px){\\n    selector .aux-widget-text .aux-ico-box{\\n        margin:unset;\\n    }\\n}\\nselector .aux-ico-box svg{\\n    max-width: 18px;\\n}\\nselector .aux-widget-text .aux-text-widget-header {\\n    padding-top: 0;\\n}\\nselector .aux-widget-text .aux-text-widget-content{\\n    padding-bottom: 0; \\n    padding-top: 26px;\\n    max-width: 283px;\\n}\\n@media only screen and (max-width:1350px) and (min-width:1025px){\\n    selector .aux-widget-text .aux-text-widget-content{\\n    max-width:180px!important;\\n}\\n}\",\"__globals__\":{\"wrapper_content_background_hover_color\":\"\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=accent\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"icon_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":1500,\"aux_animation_delay\":500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_text_icon\":{\"value\":\"\",\"library\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"},\"aux_text_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"header_background_image\":{\"url\":\"\",\"id\":\"\"},\"header_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"header_background_slideshow_gallery\":[],\"icon_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_slideshow_gallery\":[],\"icon_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_slideshow_gallery\":[],\"button_background_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_slideshow_gallery\":[],\"hover_button_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_slideshow_gallery\":[],\"wrapper_content_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_slideshow_gallery\":[],\"wrapper_content_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"6cac7414\",\"elType\":\"widget\",\"settings\":{\"icon_or_image\":\"inline-svg\",\"svg_inline\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" width=\\\"26.536\\\" height=\\\"30.733\\\" viewBox=\\\"0 0 26.536 30.733\\\"><g transform=\\\"translate(3.075)\\\"><g transform=\\\"translate(0)\\\"><path d=\\\"M88.458,5.185V4.148a4.184,4.184,0,0,0-8.368.036v1a10.217,10.217,0,0,0-6.008,9.3v3.4H94.466V14.662A10.553,10.553,0,0,0,88.458,5.185Z\\\" transform=\\\"translate(-74.082)\\\" fill=\\\"#fff\\\" \\/><\\/g><\\/g><g transform=\\\"translate(0 19.668)\\\"><g transform=\\\"translate(0)\\\"><path d=\\\"M54.475,281.6H32.16a6.97,6.97,0,0,0-2.11,5.042v.858a1.152,1.152,0,0,0,1.144,1.144h7.081a5.17,5.17,0,0,0,10.085,0H55.44a1.152,1.152,0,0,0,1.144-1.144v-.858A6.832,6.832,0,0,0,54.475,281.6Z\\\" transform=\\\"translate(-30.05 -281.6)\\\" fill=\\\"#fff\\\" \\/><\\/g><\\/g><\\/svg>\",\"title\":\"Best Material\",\"content\":\"<p>There are many variations passages of Lorem Ipsum majority\\u00a0<\\/p>\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"17.5\",\"bottom\":\"10\",\"left\":\"16.5\",\"isLinked\":\"\"},\"img_shape\":\"circle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_align\":\"left\",\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"wrapper_content_background_hover_background\":\"classic\",\"wrapper_content_transition\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"custom_css\":\"selector .aux-ico-box {\\n    background-color: var( --e-global-color-secondary );\\n    border-radius: 50px;\\n    box-shadow: -5px 15px 30px rgb(253,52,110,0.3);\\n    transition: all 300ms ease-out;\\n}\\n@media only screen and (min-width:1025px){\\n    selector .aux-widget-text .aux-ico-box{\\n        margin:unset;\\n    }\\n}\\nselector .aux-ico-box svg{\\n    max-width: 15.5px;\\n}\\nselector .aux-widget-text .aux-text-widget-header {\\n    padding-top: 0;\\n}\\nselector .aux-widget-text .aux-text-widget-content{\\n    padding-bottom: 0; \\n    padding-top: 26px;\\n    max-width: 283px;\\n}\\n@media only screen and (max-width:1350px) and (min-width:1025px){\\n    selector .aux-widget-text .aux-text-widget-content{\\n    max-width: 180px;\\n}\\n}\",\"__globals__\":{\"wrapper_content_background_hover_color\":\"\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=accent\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"text_align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":1500,\"aux_animation_delay\":700,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_text_icon\":{\"value\":\"\",\"library\":\"\"},\"image\":{\"url\":\"\",\"id\":\"\"},\"aux_text_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"header_background_image\":{\"url\":\"\",\"id\":\"\"},\"header_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"header_background_slideshow_gallery\":[],\"icon_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_normal_slideshow_gallery\":[],\"icon_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_background_hover_slideshow_gallery\":[],\"button_background_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_slideshow_gallery\":[],\"hover_button_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_button_background_slideshow_gallery\":[],\"wrapper_content_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_normal_slideshow_gallery\":[],\"wrapper_content_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"wrapper_content_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":\"\"},{\"id\":\"5f1142f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"449fc781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":10,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Group-29.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"_element_width\":\"auto\",\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":\"-30\",\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"custom_css\":\"@media only screen and (max-width:1400px) and (min-width:1025px){\\n    selector {\\n        top:10%;\\n    }\\n    \\n}\",\"aux_animation_name\":\"aux-slide-from-top\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"7cd282e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Group-9279.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"_element_width\":\"auto\",\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"%\",\"size\":\"85\",\"sizes\":[]},\"aux_position_top_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"aux_position_top_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"aux_position_left_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"aux_position_left_mobile\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"custom_css\":\"@media only screen and (max-width:1250px) and (min-width:1025px){\\n    selector {\\n        top:75%;\\n    }\\n    \\n}\",\"hide_mobile\":\"hidden-phone\",\"aux_position_bottom_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_in_anims\":\"slideTop\",\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"629d80e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/749.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_out_anims\":\"moveHorizontal\",\"aux_parallax_horizontal_transform\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"11de08af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":13,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/873.jpg\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"aux_parallax_anims_enable\":\"yes\",\"aux_parallax_out_anims\":\"moveHorizontal\",\"aux_parallax_horizontal_transform\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"aux_parallax_vertical_transform\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"aux_parallax_animation_easing\":\"0.165,0.84,0.44,1\",\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5d68a318\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6966e8c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43285c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our team\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"meet the minds shaping an industry\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.4\",\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_text_transform\":\"capitalize\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"description_width\":{\"unit\":\"px\",\"size\":\"485\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\",\"description_color\":\"globals\\/colors?id=accent\"},\"title_tag_secondary\":\"h2\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"alignment\":\"center\",\"title2_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_tablet\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"290\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3470f7b5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"custom_css\":\"selector .aux-staff-content{\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    position: absolute;\\r\\n    bottom: 0;\\r\\n    opacity:0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .col-subtitle{\\r\\n    order:1;\\r\\n}\\r\\n\\r\\nselector .col-title{\\r\\n    order:2;\\r\\n}\\r\\nselector .aux-staff-footer{\\r\\n    order:3;\\r\\n}\\r\\nselector .aux-media-image img{\\r\\n    border-radius: 20px;\\r\\n    width:100%;\\r\\n}\\r\\nselector .aux-social-list li{\\r\\n    padding-right: 10px;\\r\\n}\\r\\nselector .aux-media-image:before{\\r\\n   content: \'\';\\r\\n    width: 100%;\\r\\n    height: 100%;\\r\\n    background-image: linear-gradient(180deg,#02060800 0%,#020608 100%);\\r\\n    position: absolute;\\r\\n    border-radius:20px;\\r\\n    opacity: 0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .aux-staff-container:hover .aux-media-image:before,selector .aux-staff-container:hover .aux-staff-content{\\r\\n    opacity: 1;\\r\\n}\\r\\n@media only screen and (max-width:1150px) and (min-width:1025px){\\r\\n    selector .col-title{\\r\\n        font-size:18px;\\r\\n    }\\r\\n}\\r\\nselector .elementor-widget-wrap .elementor-element.elementor-widget__width-auto{\\r\\n    width: 100%\\r\\n}\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46797239\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d9d20f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":14,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/634.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"1dfe7c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32e7efe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":15,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/13360.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"2256ec13\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d87d589\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":16,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/12918.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"63d21631\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1df93fc9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":17,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/10470.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"13dad64b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"custom_css\":\"selector .aux-staff-content{\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    position: absolute;\\r\\n    bottom: 0;\\r\\n    opacity:0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .col-subtitle{\\r\\n    order:1;\\r\\n}\\r\\n\\r\\nselector .col-title{\\r\\n    order:2;\\r\\n}\\r\\nselector .aux-staff-footer{\\r\\n    order:3;\\r\\n}\\r\\nselector .aux-media-image img{\\r\\n    border-radius: 20px;\\r\\n     width: 100%\\r\\n}\\r\\nselector .aux-social-list li{\\r\\n    padding-right: 10px;\\r\\n}\\r\\nselector .aux-media-image:before{\\r\\n   content: \'\';\\r\\n    width: 100%;\\r\\n    height: 100%;\\r\\n    background-image: linear-gradient(180deg,#02060800 0%,#020608 100%);\\r\\n    position: absolute;\\r\\n    border-radius:20px;\\r\\n    opacity: 0;\\r\\n    transition: all 300ms ease-out;\\r\\n}\\r\\nselector .aux-staff-container:hover .aux-media-image:before,selector .aux-staff-container:hover .aux-staff-content{\\r\\n    opacity: 1;\\r\\n}\\r\\nselector .elementor-widget-wrap .elementor-element.elementor-widget__width-auto{\\r\\n    width: 100%\\r\\n}\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79202937\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21bd7d7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Andrew Robinson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":18,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"64b40c9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fa1fac1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":19,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/3700.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-left-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"311f3c8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42a1730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":20,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/7208.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"},{\"id\":\"4646554b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f75106e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Willson\",\"subtitle\":\"Vice President\",\"staff_img\":{\"id\":21,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/12628.jpg\"},\"img_shape\":\"rect\",\"socials\":\"yes\",\"social_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_instagram\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_linkedin\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"auto\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"subtitle_color\":\"#FFFFFFBF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_typography_font_style\":\"normal\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"socials_color\":\"#FFFFFF\",\"icon_size\":\"aux-small\",\"socials_separator_border\":\"solid\",\"socials_separator_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"socials_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"38\",\"isLinked\":\"\"},\"__globals__\":{\"socials_hover_color\":\"globals\\/colors?id=primary\"},\"aux_animation_name\":\"aux-fade-in-right-2\",\"aux_animation_duration\":2000,\"aux_animation_delay\":250,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_staff\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(126, 22, '_elementor_page_assets', 'a:0:{}'),
(127, 24, '_elementor_edit_mode', 'builder'),
(128, 24, '_elementor_template_type', 'page'),
(129, 24, '_elementor_version', '3.6.1'),
(130, 24, '_elementor_data', '[{\"id\":\"77dc1424\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"35\",\"bottom\":\"145\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=5ef067a\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d41e6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22b33ddf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"columns_tablet\":\"2\",\"display_categories\":\"\",\"display_author_header\":\"\",\"display_comments\":\"\",\"display_like\":\"\",\"excerpt_len\":\"125\",\"num\":\"12\",\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":{\"unit\":\"px\",\"size\":\"1.04\",\"sizes\":[]},\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_margin_bottom_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"info_typography_font_weight\":\"500\",\"info_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"info_margin_bottom\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"info_margin_bottom_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"content_margin_bottom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wrapper_main_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"20\",\"left\":\"13\",\"isLinked\":\"\"},\"btn_background\":\"classic\",\"btn_shadow_box_shadow_type\":\"yes\",\"btn_shadow_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_text_color\":\"#FFFFFF\",\"btn_text_shadow_text_shadow_type\":\"yes\",\"btn_text_typography_typography\":\"custom\",\"btn_text_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"btn_text_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"btn_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"btn_bg_hover_background\":\"classic\",\"btn_shadow_hover_box_shadow_type\":\"yes\",\"btn_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"48\",\"bottom\":\"20\",\"left\":\"47\",\"isLinked\":\"\"},\"custom_css\":\"selector .entry-main{\\n    position: absolute;\\n    bottom: 12%;\\n}\\nselector .entry-content{\\n    max-width: 365px;\\n}\\nselector .aux-widget-recent-posts .aux-match-height .aux-col{\\n    margin-bottom:10px;\\n    padding-right: 20px;\\n    padding-left: 20px\\n}\\nselector .aux-widget-recent-posts .post .entry-media{\\n    margin-bottom: 0;\\n}\\nselector .aux-read-more:after{\\n    display: none;\\n}\\nselector .entry-meta .aux-read-more {\\n    border-radius: 30px;\\n}\\nselector .entry-info i,selector .entry-info .post-edit-link {\\n    display: none\\n}\\nselector .entry-media img{\\n    opacity: 70%;\\n    border-radius: \\n    }\\nselector .entry-media {\\n    background-color:#081420;\\n    border-radius: 20px;\\n    opacity: 0;\\n    transition: all 300ms ease-out;\\n}\\nselector .post:hover .entry-media{\\n    opacity: 1\\n}\\n\\nselector .post:hover .entry-title a,selector .post:hover .entry-date a,selector .post:hover .entry-content{\\n    color: #FFFFFF!important;\\n    transition: all 300ms ease-out;\\n}\\nselector .post:hover .entry-meta .aux-read-more{\\n    background-color: \\n    var( --e-global-color-secondary );\\n    box-shadow: -15px 20px 50px 0px #FD346E4D; \\n     transition: all 300ms ease-out;\\n}\\n@media only  screen and (max-width:1400px) and (min-width:1025px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\\n@media only  screen and (max-width:900px) and (min-width:768px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\\n@media only  screen and (max-width:500px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\",\"__globals__\":{\"btn_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\",\"info_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=text\",\"meta_color\":\"\"},\"wrapper_content_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-up\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"show_date\":\"\",\"hover_background_background\":\"classic\",\"badge_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"badge_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"badge_background_color_slideshow_gallery\":[],\"badge_hover_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"badge_hover_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"badge_hover_background_color_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_background_slideshow_gallery\":[],\"flip_background_image\":{\"url\":\"\",\"id\":\"\"},\"flip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"flip_background_slideshow_gallery\":[],\"flip_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"flip_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"flip_hover_background_slideshow_gallery\":[],\"btn_image\":{\"url\":\"\",\"id\":\"\"},\"btn_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_recent_posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(131, 25, '_elementor_edit_mode', 'builder'),
(132, 25, '_elementor_template_type', 'page'),
(133, 25, '_elementor_version', '3.6.1'),
(134, 25, '_elementor_data', '[{\"id\":\"77dc1424\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"35\",\"bottom\":\"145\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=5ef067a\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d41e6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22b33ddf\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"columns_tablet\":\"2\",\"display_categories\":\"\",\"display_author_header\":\"\",\"display_comments\":\"\",\"display_like\":\"\",\"excerpt_len\":\"125\",\"num\":\"12\",\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":{\"unit\":\"px\",\"size\":\"1.04\",\"sizes\":[]},\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_margin_bottom_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"info_typography_font_weight\":\"500\",\"info_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"info_margin_bottom\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"info_margin_bottom_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"content_typography_font_weight\":\"500\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"content_margin_bottom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wrapper_main_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"wrapper_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"20\",\"left\":\"13\",\"isLinked\":\"\"},\"btn_background\":\"classic\",\"btn_shadow_box_shadow_type\":\"yes\",\"btn_shadow_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_text_color\":\"#FFFFFF\",\"btn_text_shadow_text_shadow_type\":\"yes\",\"btn_text_typography_typography\":\"custom\",\"btn_text_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"btn_text_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"btn_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"btn_bg_hover_background\":\"classic\",\"btn_shadow_hover_box_shadow_type\":\"yes\",\"btn_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"48\",\"bottom\":\"20\",\"left\":\"47\",\"isLinked\":\"\"},\"custom_css\":\"selector .entry-main{\\n    position: absolute;\\n    bottom: 12%;\\n}\\nselector .entry-content{\\n    max-width: 365px;\\n}\\nselector .aux-widget-recent-posts .aux-match-height .aux-col{\\n    margin-bottom:10px;\\n    padding-right: 20px;\\n    padding-left: 20px\\n}\\nselector .aux-widget-recent-posts .post .entry-media{\\n    margin-bottom: 0;\\n}\\nselector .aux-read-more:after{\\n    display: none;\\n}\\nselector .entry-meta .aux-read-more {\\n    border-radius: 30px;\\n}\\nselector .entry-info i,selector .entry-info .post-edit-link {\\n    display: none\\n}\\nselector .entry-media img{\\n    opacity: 70%;\\n    border-radius: \\n    }\\nselector .entry-media {\\n    background-color:#081420;\\n    border-radius: 20px;\\n    opacity: 0;\\n    transition: all 300ms ease-out;\\n}\\nselector .post:hover .entry-media{\\n    opacity: 1\\n}\\n\\nselector .post:hover .entry-title a,selector .post:hover .entry-date a,selector .post:hover .entry-content{\\n    color: #FFFFFF!important;\\n    transition: all 300ms ease-out;\\n}\\nselector .post:hover .entry-meta .aux-read-more{\\n    background-color: \\n    var( --e-global-color-secondary );\\n    box-shadow: -15px 20px 50px 0px #FD346E4D; \\n     transition: all 300ms ease-out;\\n}\\n@media only  screen and (max-width:1400px) and (min-width:1025px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\\n@media only  screen and (max-width:900px) and (min-width:768px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\\n@media only  screen and (max-width:500px){\\n    selector .entry-title a{\\n        font-size:18px;\\n        \\n            }\\n    selector .entry-date a, selector .entry-content,selector .entry-meta .aux-read-more{\\n        font-size:14px;\\n    }  \\n    selector .entry-info, selector .entry-title{\\n        margin-bottom:10px;\\n        \\n    }\\n    selector .entry-main{\\n    bottom: 5%;\\n}\\n    selector .entry-meta .aux-read-more {\\n        padding:13px 25px;\\n    }\\n}\",\"__globals__\":{\"btn_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\",\"info_color\":\"globals\\/colors?id=accent\",\"title_color\":\"globals\\/colors?id=text\",\"content_color\":\"globals\\/colors?id=text\",\"meta_color\":\"\"},\"wrapper_content_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-up\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"show_date\":\"\",\"hover_background_background\":\"classic\",\"badge_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"badge_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"badge_background_color_slideshow_gallery\":[],\"badge_hover_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"badge_hover_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"badge_hover_background_color_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_background_slideshow_gallery\":[],\"flip_background_image\":{\"url\":\"\",\"id\":\"\"},\"flip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"flip_background_slideshow_gallery\":[],\"flip_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"flip_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"flip_hover_background_slideshow_gallery\":[],\"btn_image\":{\"url\":\"\",\"id\":\"\"},\"btn_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_recent_posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(135, 24, '_elementor_page_assets', 'a:0:{}'),
(136, 7, '_elementor_edit_mode', 'builder'),
(137, 7, '_elementor_template_type', 'wp-page'),
(138, 7, '_elementor_version', '3.6.1'),
(145, 27, '_elementor_edit_mode', 'builder'),
(146, 27, '_elementor_template_type', 'wp-page'),
(147, 27, '_elementor_version', '3.6.1'),
(148, 28, '_elementor_edit_mode', 'builder'),
(149, 28, '_elementor_template_type', 'wp-page'),
(150, 28, '_elementor_version', '3.6.1'),
(151, 7, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(152, 7, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(153, 29, '_elementor_edit_mode', 'builder'),
(154, 29, '_elementor_template_type', 'wp-page'),
(155, 29, '_elementor_version', '3.6.1'),
(156, 29, '_wp_page_template', 'default'),
(157, 29, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(158, 7, '_elementor_page_assets', 'a:0:{}'),
(159, 30, '_elementor_edit_mode', 'builder'),
(160, 30, '_elementor_template_type', 'wp-page'),
(161, 30, '_elementor_version', '3.6.1'),
(162, 30, '_wp_page_template', 'default'),
(163, 30, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(164, 30, '_elementor_page_assets', 'a:0:{}'),
(165, 31, '_elementor_edit_mode', 'builder'),
(166, 31, '_elementor_template_type', 'wp-page'),
(167, 31, '_elementor_version', '3.6.1'),
(168, 31, '_wp_page_template', 'default'),
(169, 31, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(170, 31, '_elementor_page_assets', 'a:0:{}'),
(171, 32, '_elementor_edit_mode', 'builder'),
(172, 32, '_elementor_template_type', 'wp-page'),
(173, 32, '_elementor_version', '3.6.1'),
(174, 32, '_wp_page_template', 'default'),
(175, 32, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(176, 32, '_elementor_page_assets', 'a:0:{}'),
(183, 34, '_elementor_edit_mode', 'builder'),
(184, 34, '_elementor_template_type', 'wp-page'),
(185, 34, '_elementor_version', '3.6.1'),
(186, 34, '_wp_page_template', 'default'),
(187, 34, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(188, 34, '_elementor_page_assets', 'a:0:{}'),
(189, 35, '_elementor_edit_mode', 'builder'),
(190, 35, '_elementor_template_type', 'wp-page'),
(191, 35, '_elementor_version', '3.6.1'),
(192, 35, '_wp_page_template', 'default'),
(193, 35, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(194, 35, '_elementor_page_assets', 'a:0:{}'),
(195, 36, '_elementor_edit_mode', 'builder'),
(196, 36, '_elementor_template_type', 'wp-page'),
(197, 36, '_elementor_version', '3.6.1'),
(198, 36, '_wp_page_template', 'default'),
(199, 36, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(200, 36, '_elementor_page_assets', 'a:0:{}'),
(201, 37, '_elementor_edit_mode', 'builder'),
(202, 37, '_elementor_template_type', 'wp-page'),
(203, 37, '_elementor_version', '3.6.1'),
(204, 37, '_wp_page_template', 'default'),
(205, 37, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(206, 37, '_elementor_page_assets', 'a:0:{}'),
(207, 38, '_elementor_edit_mode', 'builder'),
(208, 38, '_elementor_template_type', 'wp-page'),
(209, 38, '_elementor_version', '3.6.1'),
(210, 38, '_wp_page_template', 'default'),
(211, 38, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(212, 38, '_elementor_page_assets', 'a:0:{}'),
(213, 39, '_elementor_edit_mode', 'builder'),
(214, 39, '_elementor_template_type', 'wp-page'),
(215, 39, '_elementor_version', '3.6.1'),
(216, 39, '_wp_page_template', 'default'),
(217, 39, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(218, 39, '_elementor_page_assets', 'a:0:{}'),
(219, 40, '_elementor_edit_mode', 'builder'),
(220, 40, '_elementor_template_type', 'wp-page'),
(221, 40, '_elementor_version', '3.6.1'),
(222, 40, '_wp_page_template', 'default'),
(223, 40, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(224, 40, '_elementor_page_assets', 'a:0:{}'),
(225, 41, '_elementor_edit_mode', 'builder'),
(226, 41, '_elementor_template_type', 'wp-page'),
(227, 41, '_elementor_version', '3.6.1'),
(228, 41, '_wp_page_template', 'default'),
(229, 41, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(230, 41, '_elementor_page_assets', 'a:0:{}'),
(231, 42, '_elementor_edit_mode', 'builder'),
(232, 42, '_elementor_template_type', 'wp-page'),
(233, 42, '_elementor_version', '3.6.1'),
(234, 42, '_wp_page_template', 'default'),
(235, 42, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(236, 42, '_elementor_page_assets', 'a:0:{}'),
(237, 5, '_edit_lock', '1648839722:1'),
(238, 43, '_elementor_edit_mode', 'builder'),
(239, 43, '_elementor_template_type', 'kit'),
(241, 5, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(242, 5, '_elementor_page_settings', 'a:17:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"e183e45\";s:5:\"title\";s:13:\"Main BG color\";s:5:\"color\";s:7:\"#0B1B35\";}i:1;a:3:{s:3:\"_id\";s:7:\"e9781f3\";s:5:\"title\";s:12:\"yellow color\";s:5:\"color\";s:7:\"#EDAE51\";}i:2;a:3:{s:3:\"_id\";s:7:\"f99d999\";s:5:\"title\";s:16:\"Light blue color\";s:5:\"color\";s:7:\"#93D2FD\";}i:3;a:3:{s:3:\"_id\";s:7:\"9708f6f\";s:5:\"title\";s:12:\"Maroon color\";s:5:\"color\";s:7:\"#BE415F\";}i:4;a:3:{s:3:\"_id\";s:7:\"2eb314e\";s:5:\"title\";s:12:\"Purple color\";s:5:\"color\";s:7:\"#616BA9\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Nunito\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Nunito\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Nunito\";s:9:\"site_name\";s:0:\"\";s:16:\"site_description\";s:0:\"\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(243, 5, '_elementor_data', '[]'),
(244, 44, '_elementor_edit_mode', 'builder'),
(245, 44, '_elementor_template_type', 'kit'),
(247, 44, '_wp_page_template', 'default'),
(248, 44, '_elementor_page_settings', 'a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Nunito\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:7:\"My blog\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(249, 44, '_elementor_data', '[]'),
(250, 5, '_elementor_page_assets', 'a:0:{}'),
(251, 5, '_elementor_version', '3.6.1'),
(254, 45, '_elementor_edit_mode', 'builder'),
(255, 45, '_elementor_template_type', 'wp-page'),
(256, 45, '_elementor_version', '3.6.1'),
(257, 45, '_wp_page_template', 'default'),
(258, 45, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(259, 45, '_elementor_page_assets', 'a:0:{}'),
(260, 46, '_elementor_edit_mode', 'builder'),
(261, 46, '_elementor_template_type', 'wp-page'),
(262, 46, '_elementor_version', '3.6.1'),
(263, 46, '_wp_page_template', 'default'),
(264, 46, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(265, 46, '_elementor_page_assets', 'a:0:{}'),
(266, 47, '_elementor_edit_mode', 'builder'),
(267, 47, '_elementor_template_type', 'wp-page'),
(268, 47, '_elementor_version', '3.6.1'),
(269, 47, '_wp_page_template', 'default'),
(270, 47, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(271, 47, '_elementor_page_assets', 'a:0:{}'),
(272, 48, '_elementor_edit_mode', 'builder'),
(273, 48, '_elementor_template_type', 'wp-page'),
(274, 48, '_elementor_version', '3.6.1'),
(275, 48, '_wp_page_template', 'default'),
(276, 48, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(277, 48, '_elementor_page_assets', 'a:0:{}'),
(278, 49, '_elementor_edit_mode', 'builder'),
(279, 49, '_elementor_template_type', 'wp-page'),
(280, 49, '_elementor_version', '3.6.1'),
(281, 49, '_wp_page_template', 'default'),
(282, 49, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(283, 49, '_elementor_page_assets', 'a:0:{}'),
(284, 50, '_elementor_edit_mode', 'builder'),
(285, 50, '_elementor_template_type', 'wp-page'),
(286, 50, '_elementor_version', '3.6.1'),
(287, 50, '_wp_page_template', 'default'),
(288, 50, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Idea\",\"btn_label\":\"Read More\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(289, 50, '_elementor_page_assets', 'a:0:{}'),
(296, 52, '_elementor_edit_mode', 'builder'),
(297, 52, '_elementor_template_type', 'wp-page'),
(298, 52, '_elementor_version', '3.6.1'),
(299, 52, '_wp_page_template', 'default'),
(300, 52, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Idea\",\"btn_label\":\"Read More\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(301, 52, '_elementor_page_assets', 'a:0:{}'),
(302, 53, '_elementor_edit_mode', 'builder'),
(303, 53, '_elementor_template_type', 'wp-page'),
(304, 53, '_elementor_version', '3.6.1'),
(305, 53, '_wp_page_template', 'default'),
(306, 53, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Idea\",\"btn_label\":\"Read More\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(307, 53, '_elementor_page_assets', 'a:0:{}'),
(308, 54, '_elementor_edit_mode', 'builder'),
(309, 54, '_elementor_template_type', 'wp-page'),
(310, 54, '_elementor_version', '3.6.1'),
(311, 54, '_wp_page_template', 'default'),
(312, 54, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(313, 54, '_elementor_page_assets', 'a:0:{}'),
(314, 55, '_elementor_edit_mode', 'builder'),
(315, 55, '_elementor_template_type', 'wp-page'),
(316, 55, '_elementor_version', '3.6.1'),
(317, 55, '_wp_page_template', 'default'),
(318, 55, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(319, 55, '_elementor_page_assets', 'a:0:{}'),
(320, 56, '_elementor_edit_mode', 'builder'),
(321, 56, '_elementor_template_type', 'wp-page'),
(322, 56, '_elementor_version', '3.6.1'),
(323, 56, '_wp_page_template', 'default'),
(324, 56, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(325, 56, '_elementor_page_assets', 'a:0:{}'),
(326, 57, '_elementor_edit_mode', 'builder'),
(327, 57, '_elementor_template_type', 'wp-page'),
(328, 57, '_elementor_version', '3.6.1'),
(329, 57, '_wp_page_template', 'default'),
(330, 57, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(331, 57, '_elementor_page_assets', 'a:0:{}'),
(340, 59, '_elementor_edit_mode', 'builder'),
(341, 59, '_elementor_template_type', 'wp-page'),
(342, 59, '_elementor_version', '3.6.1'),
(343, 59, '_wp_page_template', 'default'),
(344, 59, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(345, 59, '_elementor_page_assets', 'a:0:{}'),
(346, 60, '_elementor_edit_mode', 'builder'),
(347, 60, '_elementor_template_type', 'wp-page'),
(348, 60, '_elementor_version', '3.6.1'),
(349, 60, '_wp_page_template', 'default'),
(350, 60, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(351, 60, '_elementor_page_assets', 'a:0:{}'),
(352, 61, '_elementor_edit_mode', 'builder'),
(353, 61, '_elementor_template_type', 'wp-page'),
(354, 61, '_elementor_version', '3.6.1'),
(355, 61, '_wp_page_template', 'default'),
(356, 61, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(357, 61, '_elementor_page_assets', 'a:0:{}'),
(364, 63, '_elementor_edit_mode', 'builder'),
(365, 63, '_elementor_template_type', 'wp-page'),
(366, 63, '_elementor_version', '3.6.1'),
(367, 63, '_wp_page_template', 'default'),
(368, 63, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(369, 63, '_elementor_page_assets', 'a:0:{}'),
(370, 64, '_elementor_edit_mode', 'builder'),
(371, 64, '_elementor_template_type', 'wp-page'),
(372, 64, '_elementor_version', '3.6.1'),
(373, 64, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(374, 64, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(375, 64, '_elementor_page_assets', 'a:0:{}'),
(376, 65, '_elementor_edit_mode', 'builder'),
(377, 65, '_elementor_template_type', 'wp-page'),
(378, 65, '_elementor_version', '3.6.1'),
(379, 65, '_wp_page_template', 'default'),
(380, 65, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.8,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(381, 65, '_elementor_page_assets', 'a:0:{}'),
(382, 66, '_elementor_edit_mode', 'builder'),
(383, 66, '_elementor_template_type', 'wp-page'),
(384, 66, '_elementor_version', '3.6.1'),
(385, 66, '_wp_page_template', 'default'),
(386, 66, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.8,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(387, 66, '_elementor_page_assets', 'a:0:{}'),
(388, 67, '_elementor_edit_mode', 'builder'),
(389, 67, '_elementor_template_type', 'wp-page'),
(390, 67, '_elementor_version', '3.6.1'),
(391, 67, '_wp_page_template', 'default'),
(392, 67, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.8,\"sizes\":[]},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(393, 67, '_elementor_page_assets', 'a:0:{}'),
(394, 68, '_elementor_edit_mode', 'builder'),
(395, 68, '_elementor_template_type', 'wp-page'),
(396, 68, '_elementor_version', '3.6.1'),
(397, 68, '_wp_page_template', 'default'),
(398, 68, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(399, 68, '_elementor_page_assets', 'a:0:{}'),
(400, 69, '_elementor_edit_mode', 'builder'),
(401, 69, '_elementor_template_type', 'wp-page'),
(402, 69, '_elementor_version', '3.6.1'),
(403, 69, '_wp_page_template', 'default'),
(404, 69, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(405, 69, '_elementor_page_assets', 'a:0:{}'),
(406, 70, '_elementor_edit_mode', 'builder'),
(407, 70, '_elementor_template_type', 'wp-page'),
(408, 70, '_elementor_version', '3.6.1'),
(409, 70, '_wp_page_template', 'default'),
(410, 70, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(411, 70, '_elementor_page_assets', 'a:0:{}'),
(412, 71, '_elementor_edit_mode', 'builder'),
(413, 71, '_elementor_template_type', 'wp-page'),
(414, 71, '_elementor_version', '3.6.1'),
(415, 71, '_wp_page_template', 'default'),
(416, 71, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(417, 71, '_elementor_page_assets', 'a:0:{}'),
(424, 73, '_elementor_edit_mode', 'builder'),
(425, 73, '_elementor_template_type', 'wp-page'),
(426, 73, '_elementor_version', '3.6.1'),
(427, 73, '_wp_page_template', 'default'),
(428, 73, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(429, 73, '_elementor_page_assets', 'a:0:{}'),
(430, 74, '_elementor_edit_mode', 'builder'),
(431, 74, '_elementor_template_type', 'wp-page'),
(432, 74, '_elementor_version', '3.6.1'),
(433, 74, '_wp_page_template', 'default'),
(434, 74, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(435, 74, '_elementor_page_assets', 'a:0:{}'),
(436, 75, '_elementor_edit_mode', 'builder'),
(437, 75, '_elementor_template_type', 'wp-page'),
(438, 75, '_elementor_version', '3.6.1'),
(439, 75, '_wp_page_template', 'default'),
(440, 75, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(441, 75, '_elementor_page_assets', 'a:0:{}'),
(442, 76, '_elementor_edit_mode', 'builder'),
(443, 76, '_elementor_template_type', 'wp-page'),
(444, 76, '_elementor_version', '3.6.1'),
(445, 76, '_wp_page_template', 'default'),
(446, 76, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(447, 76, '_elementor_page_assets', 'a:0:{}'),
(448, 77, '_elementor_edit_mode', 'builder'),
(449, 77, '_elementor_template_type', 'wp-page'),
(450, 77, '_elementor_version', '3.6.1'),
(451, 77, '_wp_page_template', 'default'),
(452, 77, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(453, 77, '_elementor_page_assets', 'a:0:{}'),
(454, 78, '_elementor_edit_mode', 'builder'),
(455, 78, '_elementor_template_type', 'wp-page'),
(456, 78, '_elementor_version', '3.6.1'),
(457, 78, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(458, 78, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(459, 78, '_elementor_page_assets', 'a:0:{}'),
(460, 79, '_elementor_edit_mode', 'builder'),
(461, 79, '_elementor_template_type', 'wp-page'),
(462, 79, '_elementor_version', '3.6.1'),
(463, 79, '_wp_page_template', 'default'),
(464, 79, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(465, 79, '_elementor_page_assets', 'a:0:{}'),
(466, 80, '_elementor_edit_mode', 'builder'),
(467, 80, '_elementor_template_type', 'wp-page'),
(468, 80, '_elementor_version', '3.6.1'),
(469, 80, '_wp_page_template', 'default'),
(470, 80, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(471, 80, '_elementor_page_assets', 'a:0:{}'),
(472, 81, '_elementor_edit_mode', 'builder'),
(473, 81, '_elementor_template_type', 'wp-page'),
(474, 81, '_elementor_version', '3.6.1'),
(475, 81, '_wp_page_template', 'default'),
(476, 81, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(477, 81, '_elementor_page_assets', 'a:0:{}'),
(478, 82, '_elementor_edit_mode', 'builder'),
(479, 82, '_elementor_template_type', 'wp-page'),
(480, 82, '_elementor_version', '3.6.1'),
(481, 82, '_wp_page_template', 'default'),
(482, 82, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(483, 82, '_elementor_page_assets', 'a:0:{}'),
(484, 83, '_elementor_edit_mode', 'builder'),
(485, 83, '_elementor_template_type', 'wp-page'),
(486, 83, '_elementor_version', '3.6.1'),
(487, 83, '_wp_page_template', 'default'),
(488, 83, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(489, 83, '_elementor_page_assets', 'a:0:{}'),
(490, 84, '_elementor_edit_mode', 'builder'),
(491, 84, '_elementor_template_type', 'wp-page'),
(492, 84, '_elementor_version', '3.6.1'),
(493, 84, '_wp_page_template', 'default'),
(494, 84, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(495, 84, '_elementor_page_assets', 'a:0:{}'),
(496, 85, '_elementor_edit_mode', 'builder'),
(497, 85, '_elementor_template_type', 'wp-page'),
(498, 85, '_elementor_version', '3.6.1'),
(499, 85, '_wp_page_template', 'default'),
(500, 85, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(501, 85, '_elementor_page_assets', 'a:0:{}'),
(502, 86, '_elementor_edit_mode', 'builder'),
(503, 86, '_elementor_template_type', 'wp-page'),
(504, 86, '_elementor_version', '3.6.1'),
(505, 86, '_wp_page_template', 'default'),
(506, 86, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(507, 86, '_elementor_page_assets', 'a:0:{}'),
(508, 87, '_elementor_edit_mode', 'builder'),
(509, 87, '_elementor_template_type', 'wp-page'),
(510, 87, '_elementor_version', '3.6.1'),
(511, 87, '_wp_page_template', 'default'),
(512, 87, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(513, 87, '_elementor_page_assets', 'a:0:{}'),
(514, 88, '_elementor_edit_mode', 'builder'),
(515, 88, '_elementor_template_type', 'wp-page'),
(516, 88, '_elementor_version', '3.6.1'),
(517, 88, '_wp_page_template', 'default'),
(518, 88, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(519, 88, '_elementor_page_assets', 'a:0:{}'),
(520, 89, '_elementor_edit_mode', 'builder'),
(521, 89, '_elementor_template_type', 'wp-page'),
(522, 89, '_elementor_version', '3.6.1'),
(523, 89, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(524, 89, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(525, 89, '_elementor_page_assets', 'a:0:{}'),
(526, 90, '_elementor_edit_mode', 'builder'),
(527, 90, '_elementor_template_type', 'wp-page'),
(528, 90, '_elementor_version', '3.6.1'),
(529, 90, '_wp_page_template', 'default'),
(530, 90, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(531, 90, '_elementor_page_assets', 'a:0:{}'),
(532, 91, '_elementor_edit_mode', 'builder'),
(533, 91, '_elementor_template_type', 'wp-page'),
(534, 91, '_elementor_version', '3.6.1'),
(535, 91, '_wp_page_template', 'default'),
(536, 91, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(537, 91, '_elementor_page_assets', 'a:0:{}'),
(538, 92, '_elementor_edit_mode', 'builder'),
(539, 92, '_elementor_template_type', 'wp-page'),
(540, 92, '_elementor_version', '3.6.1'),
(541, 92, '_wp_page_template', 'default'),
(542, 92, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(543, 92, '_elementor_page_assets', 'a:0:{}'),
(544, 93, '_elementor_edit_mode', 'builder'),
(545, 93, '_elementor_template_type', 'wp-page'),
(546, 93, '_elementor_version', '3.6.1'),
(547, 93, '_wp_page_template', 'default'),
(548, 93, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"a65d674\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-network-wired\",\"library\":\"fa-solid\"},\"title\":\"Content writing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(549, 93, '_elementor_page_assets', 'a:0:{}'),
(550, 94, '_elementor_edit_mode', 'builder'),
(551, 94, '_elementor_template_type', 'wp-page'),
(552, 94, '_elementor_version', '3.6.1'),
(553, 94, '_wp_page_template', 'default'),
(554, 94, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"a65d674\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-network-wired\",\"library\":\"fa-solid\"},\"title\":\"Content writing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(555, 94, '_elementor_page_assets', 'a:0:{}'),
(556, 95, '_elementor_edit_mode', 'builder'),
(557, 95, '_elementor_template_type', 'wp-page'),
(558, 95, '_elementor_version', '3.6.1'),
(559, 95, '_wp_page_template', 'default'),
(560, 95, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"a65d674\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-network-wired\",\"library\":\"fa-solid\"},\"title\":\"Content writing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(561, 95, '_elementor_page_assets', 'a:0:{}'),
(562, 96, '_elementor_edit_mode', 'builder'),
(563, 96, '_elementor_template_type', 'wp-page'),
(564, 96, '_elementor_version', '3.6.1'),
(565, 96, '_wp_page_template', 'default'),
(566, 96, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(567, 96, '_elementor_page_assets', 'a:0:{}'),
(568, 97, '_elementor_edit_mode', 'builder'),
(569, 97, '_elementor_template_type', 'wp-page'),
(570, 97, '_elementor_version', '3.6.1'),
(571, 97, '_wp_page_template', 'default'),
(572, 97, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(573, 97, '_elementor_page_assets', 'a:0:{}'),
(574, 98, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(575, 98, '_elementor_template_type', 'wp-page'),
(576, 98, '_elementor_version', '3.6.1'),
(577, 98, '_wp_page_template', 'default'),
(578, 98, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(579, 98, '_elementor_page_assets', 'a:0:{}'),
(580, 99, '_elementor_edit_mode', 'builder'),
(581, 99, '_elementor_template_type', 'wp-page'),
(582, 99, '_elementor_version', '3.6.1'),
(583, 99, '_wp_page_template', 'default'),
(584, 99, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(585, 99, '_elementor_page_assets', 'a:0:{}'),
(592, 101, '_elementor_edit_mode', 'builder'),
(593, 101, '_elementor_template_type', 'wp-page'),
(594, 101, '_elementor_version', '3.6.1'),
(595, 101, '_wp_page_template', 'default'),
(596, 101, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(597, 101, '_elementor_page_assets', 'a:0:{}'),
(598, 102, '_elementor_edit_mode', 'builder'),
(599, 102, '_elementor_template_type', 'wp-page'),
(600, 102, '_elementor_version', '3.6.1'),
(601, 102, '_wp_page_template', 'default'),
(602, 102, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(603, 102, '_elementor_page_assets', 'a:0:{}'),
(604, 103, '_elementor_edit_mode', 'builder'),
(605, 103, '_elementor_template_type', 'wp-page'),
(606, 103, '_elementor_version', '3.6.1'),
(607, 103, '_wp_page_template', 'default'),
(608, 103, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(609, 103, '_elementor_page_assets', 'a:0:{}'),
(610, 104, '_elementor_edit_mode', 'builder'),
(611, 104, '_elementor_template_type', 'wp-page'),
(612, 104, '_elementor_version', '3.6.1'),
(613, 104, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(614, 104, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(615, 104, '_elementor_page_assets', 'a:0:{}'),
(616, 105, '_elementor_edit_mode', 'builder'),
(617, 105, '_elementor_template_type', 'wp-page'),
(618, 105, '_elementor_version', '3.6.1'),
(619, 105, '_wp_page_template', 'default'),
(620, 105, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(621, 105, '_elementor_page_assets', 'a:0:{}'),
(622, 106, '_elementor_edit_mode', 'builder'),
(623, 106, '_elementor_template_type', 'wp-page'),
(624, 106, '_elementor_version', '3.6.1'),
(625, 106, '_wp_page_template', 'default'),
(626, 106, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(627, 106, '_elementor_page_assets', 'a:0:{}'),
(628, 107, '_elementor_edit_mode', 'builder'),
(629, 107, '_elementor_template_type', 'wp-page'),
(630, 107, '_elementor_version', '3.6.1'),
(631, 107, '_wp_page_template', 'default'),
(632, 107, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(633, 107, '_elementor_page_assets', 'a:0:{}'),
(634, 108, '_elementor_edit_mode', 'builder'),
(635, 108, '_elementor_template_type', 'wp-page'),
(636, 108, '_elementor_version', '3.6.1'),
(637, 108, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(638, 108, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(639, 108, '_elementor_page_assets', 'a:0:{}'),
(640, 109, '_elementor_edit_mode', 'builder'),
(641, 109, '_elementor_template_type', 'wp-page'),
(642, 109, '_elementor_version', '3.6.1'),
(643, 109, '_wp_page_template', 'default'),
(644, 109, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(645, 109, '_elementor_page_assets', 'a:0:{}'),
(646, 110, '_elementor_edit_mode', 'builder'),
(647, 110, '_elementor_template_type', 'wp-page'),
(648, 110, '_elementor_version', '3.6.1'),
(649, 110, '_wp_page_template', 'default'),
(650, 110, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(651, 110, '_elementor_page_assets', 'a:0:{}'),
(652, 111, '_elementor_edit_mode', 'builder'),
(653, 111, '_elementor_template_type', 'wp-page'),
(654, 111, '_elementor_version', '3.6.1'),
(655, 111, '_wp_page_template', 'default'),
(656, 111, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(657, 111, '_elementor_page_assets', 'a:0:{}'),
(658, 112, '_elementor_edit_mode', 'builder'),
(659, 112, '_elementor_template_type', 'wp-page'),
(660, 112, '_elementor_version', '3.6.1'),
(661, 112, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(662, 112, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(663, 112, '_elementor_page_assets', 'a:0:{}'),
(664, 113, '_elementor_edit_mode', 'builder'),
(665, 113, '_elementor_template_type', 'wp-page'),
(666, 113, '_elementor_version', '3.6.1'),
(667, 113, '_wp_page_template', 'default'),
(668, 113, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(669, 113, '_elementor_page_assets', 'a:0:{}'),
(670, 114, '_elementor_edit_mode', 'builder'),
(671, 114, '_elementor_template_type', 'wp-page'),
(672, 114, '_elementor_version', '3.6.1'),
(673, 114, '_wp_page_template', 'default'),
(674, 114, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(675, 114, '_elementor_page_assets', 'a:0:{}'),
(676, 115, '_elementor_edit_mode', 'builder'),
(677, 115, '_elementor_template_type', 'wp-page'),
(678, 115, '_elementor_version', '3.6.1'),
(679, 115, '_wp_page_template', 'default'),
(680, 115, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(681, 115, '_elementor_page_assets', 'a:0:{}'),
(682, 116, '_elementor_edit_mode', 'builder'),
(683, 116, '_elementor_template_type', 'wp-page'),
(684, 116, '_elementor_version', '3.6.1'),
(685, 116, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(686, 116, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(687, 116, '_elementor_page_assets', 'a:0:{}'),
(688, 117, '_elementor_edit_mode', 'builder'),
(689, 117, '_elementor_template_type', 'wp-page'),
(690, 117, '_elementor_version', '3.6.1'),
(691, 117, '_wp_page_template', 'default'),
(692, 117, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(693, 117, '_elementor_page_assets', 'a:0:{}'),
(694, 118, '_elementor_edit_mode', 'builder'),
(695, 118, '_elementor_template_type', 'wp-page'),
(696, 118, '_elementor_version', '3.6.1'),
(697, 118, '_wp_page_template', 'default'),
(698, 118, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(699, 118, '_elementor_page_assets', 'a:0:{}'),
(700, 119, '_elementor_edit_mode', 'builder'),
(701, 119, '_elementor_template_type', 'wp-page'),
(702, 119, '_elementor_version', '3.6.1'),
(703, 119, '_wp_page_template', 'default'),
(704, 119, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(705, 119, '_elementor_page_assets', 'a:0:{}'),
(706, 120, '_elementor_edit_mode', 'builder'),
(707, 120, '_elementor_template_type', 'wp-page'),
(708, 120, '_elementor_version', '3.6.1'),
(709, 120, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(710, 120, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false}]'),
(711, 120, '_elementor_page_assets', 'a:0:{}'),
(712, 121, '_elementor_edit_mode', 'builder'),
(713, 121, '_elementor_template_type', 'wp-page'),
(714, 121, '_elementor_version', '3.6.1'),
(715, 121, '_wp_page_template', 'default'),
(716, 121, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(717, 121, '_elementor_page_assets', 'a:0:{}'),
(718, 122, '_elementor_edit_mode', 'builder'),
(719, 122, '_elementor_template_type', 'wp-page'),
(720, 122, '_elementor_version', '3.6.1'),
(721, 122, '_wp_page_template', 'default'),
(722, 122, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(723, 122, '_elementor_page_assets', 'a:0:{}'),
(724, 123, '_elementor_edit_mode', 'builder'),
(725, 123, '_elementor_template_type', 'wp-page'),
(726, 123, '_elementor_version', '3.6.1'),
(727, 123, '_wp_page_template', 'default'),
(728, 123, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(729, 123, '_elementor_page_assets', 'a:0:{}'),
(730, 124, '_elementor_edit_mode', 'builder'),
(731, 124, '_elementor_template_type', 'wp-page'),
(732, 124, '_elementor_version', '3.6.1'),
(733, 124, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(734, 124, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(735, 124, '_elementor_page_assets', 'a:0:{}'),
(736, 125, '_elementor_edit_mode', 'builder'),
(737, 125, '_elementor_template_type', 'wp-page'),
(738, 125, '_elementor_version', '3.6.1'),
(739, 125, '_wp_page_template', 'default'),
(740, 125, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(741, 125, '_elementor_page_assets', 'a:0:{}'),
(742, 126, '_elementor_edit_mode', 'builder'),
(743, 126, '_elementor_template_type', 'wp-page'),
(744, 126, '_elementor_version', '3.6.1'),
(745, 126, '_wp_page_template', 'default'),
(746, 126, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(747, 126, '_elementor_page_assets', 'a:0:{}'),
(748, 127, '_elementor_edit_mode', 'builder'),
(749, 127, '_elementor_template_type', 'wp-page'),
(750, 127, '_elementor_version', '3.6.1'),
(751, 127, '_wp_page_template', 'default'),
(752, 127, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(753, 127, '_elementor_page_assets', 'a:0:{}'),
(754, 128, '_elementor_edit_mode', 'builder'),
(755, 128, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(756, 128, '_elementor_version', '3.6.1'),
(757, 128, '_wp_page_template', 'default'),
(758, 128, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(759, 128, '_elementor_page_assets', 'a:0:{}'),
(760, 129, '_elementor_edit_mode', 'builder'),
(761, 129, '_elementor_template_type', 'wp-page'),
(762, 129, '_elementor_version', '3.6.1'),
(763, 129, '_wp_page_template', 'default'),
(764, 129, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(765, 129, '_elementor_page_assets', 'a:0:{}'),
(766, 130, '_elementor_edit_mode', 'builder'),
(767, 130, '_elementor_template_type', 'wp-page'),
(768, 130, '_elementor_version', '3.6.1'),
(769, 130, '_wp_page_template', 'default'),
(770, 130, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(771, 130, '_elementor_page_assets', 'a:0:{}'),
(772, 131, '_elementor_edit_mode', 'builder'),
(773, 131, '_elementor_template_type', 'wp-page'),
(774, 131, '_elementor_version', '3.6.1'),
(775, 131, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(776, 131, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(777, 131, '_elementor_page_assets', 'a:0:{}'),
(778, 132, '_elementor_edit_mode', 'builder'),
(779, 132, '_elementor_template_type', 'wp-page'),
(780, 132, '_elementor_version', '3.6.1'),
(781, 132, '_wp_page_template', 'default'),
(782, 132, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(783, 132, '_elementor_page_assets', 'a:0:{}'),
(784, 133, '_elementor_edit_mode', 'builder'),
(785, 133, '_elementor_template_type', 'wp-page'),
(786, 133, '_elementor_version', '3.6.1'),
(787, 133, '_wp_page_template', 'default'),
(788, 133, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(789, 133, '_elementor_page_assets', 'a:0:{}'),
(790, 134, '_elementor_edit_mode', 'builder'),
(791, 134, '_elementor_template_type', 'wp-page'),
(792, 134, '_elementor_version', '3.6.1'),
(793, 134, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(794, 134, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(795, 134, '_elementor_page_assets', 'a:0:{}'),
(796, 135, '_elementor_edit_mode', 'builder'),
(797, 135, '_elementor_template_type', 'wp-page'),
(798, 135, '_elementor_version', '3.6.1'),
(799, 135, '_wp_page_template', 'default'),
(800, 135, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(801, 135, '_elementor_page_assets', 'a:0:{}'),
(802, 136, '_elementor_edit_mode', 'builder'),
(803, 136, '_elementor_template_type', 'wp-page'),
(804, 136, '_elementor_version', '3.6.1'),
(805, 136, '_wp_page_template', 'default'),
(806, 136, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(807, 136, '_elementor_page_assets', 'a:0:{}'),
(808, 137, '_elementor_edit_mode', 'builder'),
(809, 137, '_elementor_template_type', 'wp-page'),
(810, 137, '_elementor_version', '3.6.1'),
(811, 137, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(812, 137, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(813, 137, '_elementor_page_assets', 'a:0:{}'),
(814, 138, '_elementor_edit_mode', 'builder'),
(815, 138, '_elementor_template_type', 'wp-page'),
(816, 138, '_elementor_version', '3.6.1'),
(817, 138, '_wp_page_template', 'default'),
(818, 138, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(819, 138, '_elementor_page_assets', 'a:0:{}'),
(820, 139, '_elementor_edit_mode', 'builder'),
(821, 139, '_elementor_template_type', 'wp-page'),
(822, 139, '_elementor_version', '3.6.1'),
(823, 139, '_wp_page_template', 'default'),
(824, 139, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(825, 139, '_elementor_page_assets', 'a:0:{}'),
(826, 140, '_elementor_edit_mode', 'builder'),
(827, 140, '_elementor_template_type', 'wp-page'),
(828, 140, '_elementor_version', '3.6.1'),
(829, 140, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(830, 140, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(831, 140, '_elementor_page_assets', 'a:0:{}'),
(832, 141, '_elementor_edit_mode', 'builder'),
(833, 141, '_elementor_template_type', 'wp-page'),
(834, 141, '_elementor_version', '3.6.1'),
(835, 141, '_wp_page_template', 'default'),
(836, 141, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(837, 141, '_elementor_page_assets', 'a:0:{}'),
(838, 142, '_elementor_edit_mode', 'builder'),
(839, 142, '_elementor_template_type', 'wp-page'),
(840, 142, '_elementor_version', '3.6.1'),
(841, 142, '_wp_page_template', 'default'),
(842, 142, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(843, 142, '_elementor_page_assets', 'a:0:{}'),
(844, 143, '_elementor_edit_mode', 'builder'),
(845, 143, '_elementor_template_type', 'wp-page'),
(846, 143, '_elementor_version', '3.6.1'),
(847, 143, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(848, 143, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(849, 143, '_elementor_page_assets', 'a:0:{}'),
(850, 144, '_elementor_edit_mode', 'builder'),
(851, 144, '_elementor_template_type', 'wp-page'),
(852, 144, '_elementor_version', '3.6.1'),
(853, 144, '_wp_page_template', 'default'),
(854, 144, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(855, 144, '_elementor_page_assets', 'a:0:{}'),
(856, 145, '_elementor_edit_mode', 'builder'),
(857, 145, '_elementor_template_type', 'wp-page'),
(858, 145, '_elementor_version', '3.6.1'),
(859, 145, '_wp_page_template', 'default'),
(860, 145, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(861, 145, '_elementor_page_assets', 'a:0:{}'),
(862, 146, '_elementor_edit_mode', 'builder'),
(863, 146, '_elementor_template_type', 'wp-page'),
(864, 146, '_elementor_version', '3.6.1'),
(865, 146, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(866, 146, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(867, 146, '_elementor_page_assets', 'a:0:{}'),
(868, 147, '_elementor_edit_mode', 'builder'),
(869, 147, '_elementor_template_type', 'wp-page'),
(870, 147, '_elementor_version', '3.6.1'),
(871, 147, '_wp_page_template', 'default'),
(872, 147, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(873, 147, '_elementor_page_assets', 'a:0:{}'),
(874, 148, '_elementor_edit_mode', 'builder'),
(875, 148, '_elementor_template_type', 'wp-page'),
(876, 148, '_elementor_version', '3.6.1'),
(877, 148, '_wp_page_template', 'default'),
(878, 148, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(879, 148, '_elementor_page_assets', 'a:0:{}'),
(886, 150, '_elementor_edit_mode', 'builder'),
(887, 150, '_elementor_template_type', 'wp-page'),
(888, 150, '_elementor_version', '3.6.1'),
(889, 150, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(890, 150, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(891, 150, '_elementor_page_assets', 'a:0:{}'),
(892, 151, '_elementor_edit_mode', 'builder'),
(893, 151, '_elementor_template_type', 'wp-page'),
(894, 151, '_elementor_version', '3.6.1'),
(895, 151, '_wp_page_template', 'default'),
(896, 151, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(897, 151, '_elementor_page_assets', 'a:0:{}'),
(898, 152, '_elementor_edit_mode', 'builder'),
(899, 152, '_elementor_template_type', 'wp-page'),
(900, 152, '_elementor_version', '3.6.1'),
(901, 152, '_wp_page_template', 'default'),
(902, 152, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(903, 152, '_elementor_page_assets', 'a:0:{}'),
(904, 153, '_elementor_edit_mode', 'builder'),
(905, 153, '_elementor_template_type', 'wp-page'),
(906, 153, '_elementor_version', '3.6.1'),
(907, 153, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(908, 153, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(909, 153, '_elementor_page_assets', 'a:0:{}'),
(910, 154, '_elementor_edit_mode', 'builder'),
(911, 154, '_elementor_template_type', 'wp-page'),
(912, 154, '_elementor_version', '3.6.1'),
(913, 154, '_wp_page_template', 'default'),
(914, 154, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(915, 154, '_elementor_page_assets', 'a:0:{}'),
(916, 155, '_elementor_edit_mode', 'builder'),
(917, 155, '_elementor_template_type', 'wp-page'),
(918, 155, '_elementor_version', '3.6.1'),
(919, 155, '_wp_page_template', 'default'),
(920, 155, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(921, 155, '_elementor_page_assets', 'a:0:{}'),
(923, 156, '_elementor_edit_mode', 'builder'),
(924, 156, '_elementor_template_type', 'wp-page'),
(925, 156, '_elementor_version', '3.6.1'),
(926, 156, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(927, 156, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(928, 156, '_elementor_page_assets', 'a:0:{}'),
(930, 157, '_elementor_edit_mode', 'builder'),
(931, 157, '_elementor_template_type', 'wp-page'),
(932, 157, '_elementor_version', '3.6.1'),
(933, 157, '_wp_page_template', 'default'),
(934, 157, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(935, 157, '_elementor_page_assets', 'a:0:{}'),
(937, 158, '_elementor_edit_mode', 'builder'),
(938, 158, '_elementor_template_type', 'wp-page'),
(939, 158, '_elementor_version', '3.6.1'),
(940, 158, '_wp_page_template', 'default'),
(941, 158, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(942, 158, '_elementor_page_assets', 'a:0:{}'),
(950, 160, '_wp_attached_file', '2022/04/WhatsApp-Image-2022-04-02-at-12.57.09.jpeg'),
(951, 160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2022/04/WhatsApp-Image-2022-04-02-at-12.57.09.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-12.57.09-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-02-at-12.57.09-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-12.57.09-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-12.57.09-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-12.57.09-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(952, 161, '_elementor_edit_mode', 'builder'),
(953, 161, '_elementor_template_type', 'wp-page'),
(954, 161, '_elementor_version', '3.6.1'),
(955, 161, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(956, 161, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(957, 161, '_elementor_page_assets', 'a:0:{}'),
(958, 162, '_elementor_edit_mode', 'builder'),
(959, 162, '_elementor_template_type', 'wp-page'),
(960, 162, '_elementor_version', '3.6.1'),
(961, 162, '_wp_page_template', 'default'),
(962, 162, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(963, 162, '_elementor_page_assets', 'a:0:{}'),
(964, 163, '_elementor_edit_mode', 'builder'),
(965, 163, '_elementor_template_type', 'wp-page'),
(966, 163, '_elementor_version', '3.6.1'),
(967, 163, '_wp_page_template', 'default'),
(968, 163, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"425b055\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0ce5871\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba6485a\",\"elType\":\"widget\",\"settings\":{\"loop\":\"\",\"slideshow\":\"\",\"add_title\":\"\",\"add_caption\":\"\"},\"elements\":[],\"widgetType\":\"aux_touch_slider\"}],\"isInner\":false}],\"isInner\":false}]'),
(969, 163, '_elementor_page_assets', 'a:0:{}'),
(970, 164, '_elementor_edit_mode', 'builder'),
(971, 164, '_elementor_template_type', 'wp-page'),
(972, 164, '_elementor_version', '3.6.1'),
(973, 164, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(974, 164, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"425b055\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0ce5871\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba6485a\",\"elType\":\"widget\",\"settings\":{\"loop\":\"\",\"slideshow\":\"\",\"add_title\":\"\",\"add_caption\":\"\"},\"elements\":[],\"widgetType\":\"aux_touch_slider\"}],\"isInner\":false}],\"isInner\":false}]'),
(975, 164, '_elementor_page_assets', 'a:0:{}'),
(976, 165, '_elementor_edit_mode', 'builder'),
(977, 165, '_elementor_template_type', 'wp-page'),
(978, 165, '_elementor_version', '3.6.1'),
(979, 165, '_wp_page_template', 'default'),
(980, 165, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"425b055\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0ce5871\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba6485a\",\"elType\":\"widget\",\"settings\":{\"loop\":\"\",\"slideshow\":\"\",\"add_title\":\"\",\"add_caption\":\"\"},\"elements\":[],\"widgetType\":\"aux_touch_slider\"}],\"isInner\":false}],\"isInner\":false}]'),
(981, 165, '_elementor_page_assets', 'a:0:{}'),
(982, 166, '_elementor_edit_mode', 'builder'),
(983, 166, '_elementor_template_type', 'wp-page'),
(984, 166, '_elementor_version', '3.6.1'),
(985, 166, '_wp_page_template', 'default'),
(986, 166, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(987, 166, '_elementor_page_assets', 'a:0:{}'),
(989, 167, 'auxin-autop', 'no'),
(990, 167, '_form', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(991, 167, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:34:\"[_site_title] <wordpress@theav.in>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(992, 167, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:34:\"[_site_title] <wordpress@theav.in>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(993, 167, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(994, 167, '_additional_settings', ''),
(995, 167, '_locale', 'en'),
(996, 168, 'auxin-autop', 'no'),
(997, 168, '_edit_lock', '1648887169:1'),
(998, 169, '_wp_attached_file', '2022/04/Data-analysis-cuate.png'),
(999, 169, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:31:\"2022/04/Data-analysis-cuate.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Data-analysis-cuate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Data-analysis-cuate-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Data-analysis-cuate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Data-analysis-cuate-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Data-analysis-cuate-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Data-analysis-cuate-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1000, 168, '_thumbnail_id', '169'),
(1001, 168, '_edit_last', '1'),
(1002, 168, 'page_elementor_header_template', '6'),
(1003, 168, 'page_header_use_legacy', 'default'),
(1004, 168, 'page_overlay_header', 'default'),
(1005, 168, 'page_header_top_sticky', 'default'),
(1006, 168, 'page_elementor_footer_template', '-def'),
(1007, 168, 'page_footer_use_legacy', 'default'),
(1008, 168, 'page_footer_attribution', 'default'),
(1009, 168, 'page_footer_is_sticky', 'default'),
(1010, 168, 'content_layout', 'default'),
(1011, 168, 'show_content_top_margin', 'default'),
(1012, 168, 'page_show_goto_top_btn', 'default'),
(1013, 168, 'page_goto_top_alignment', 'default'),
(1014, 168, 'aux_title_bar_show', 'default'),
(1015, 168, 'subtitle_position', 'before'),
(1016, 168, 'aux_title_bar_preset', 'default'),
(1017, 168, 'aux_title_bar_enable_customize', '0'),
(1018, 168, 'aux_title_bar_content_width_type', 'boxed'),
(1019, 168, 'aux_title_bar_content_section_height', 'auto'),
(1020, 168, 'aux_title_bar_title_show', '1'),
(1021, 168, 'aux_title_bar_heading_bordered', '0'),
(1022, 168, 'aux_title_bar_heading_boxed', '0'),
(1023, 168, 'aux_title_bar_meta_enabled', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1024, 168, 'aux_title_bar_bread_enabled', '1'),
(1025, 168, 'aux_title_bar_bread_bordered', '0'),
(1026, 168, 'aux_title_bar_text_align', 'left'),
(1027, 168, 'aux_title_bar_overlay_pattern', 'none'),
(1028, 168, 'aux_title_bar_overlay_pattern_opacity', '0.15'),
(1029, 168, 'aux_title_bar_color_style', 'dark'),
(1030, 168, 'aux_title_bar_bg_show', '0'),
(1031, 168, 'aux_title_bar_bg_parallax', '0'),
(1032, 168, 'aux_title_bar_bg_size', 'cover'),
(1033, 168, 'aux_custom_bg_show', '0'),
(1034, 168, 'aux_custom_bg_repeat', 'repeat'),
(1035, 168, 'aux_custom_bg_attach', 'scroll'),
(1036, 168, 'aux_custom_bg_position', 'left top'),
(1037, 168, 'aux_custom_bg_size', 'auto'),
(1038, 168, 'top_slider_id', 'none'),
(1039, 168, '_no_feature_image_in_single', '0'),
(1040, 168, '_overview_info_alignment', 'default'),
(1041, 168, '_side_info_pos', 'bottom'),
(1042, 168, '_sticky_sidebar', 'default'),
(1043, 168, '_show_next_prev_nav', 'default'),
(1044, 168, '_next_prev_nav_skin', 'default'),
(1045, 168, '_show_side_info_meta', 'default'),
(1046, 168, '_side_info_dicplay_cat', 'default'),
(1047, 168, '_side_info_dicplay_tag', 'default'),
(1048, 168, '_display_related', 'default'),
(1049, 168, '_related_posts_preview_mode', 'default'),
(1050, 168, '_related_posts_column_number', 'default'),
(1051, 168, '_related_posts_align_center', 'default'),
(1052, 168, '_related_posts_full_width', 'default'),
(1053, 168, '_related_posts_snap_items', 'default'),
(1054, 168, '_related_posts_display_taxonomies', 'default'),
(1055, 168, '_related_posts_all_items_btn_display', 'default'),
(1056, 168, '_related_posts_all_items_url_type', 'default'),
(1057, 168, 'aux_metafields_custom_styles', ''),
(1058, 168, '_elementor_edit_mode', 'builder'),
(1059, 168, '_elementor_template_type', 'wp-post'),
(1060, 168, '_elementor_version', '3.6.1'),
(1061, 171, '_elementor_edit_mode', 'builder'),
(1062, 171, '_elementor_template_type', 'page'),
(1063, 171, 'auxin-autop', 'no'),
(1064, 171, '_elementor_version', '3.6.1'),
(1065, 171, '_elementor_data', '[{\"id\":\"12e007bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=5ef067a\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"519e014d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"328b8b4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"title_tag\":\"h5\",\"alignment\":\"center\",\"divider\":\"\",\"title_secondary_before\":\"The Works We Are Proud Of\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"210\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"77c469cd\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"columns_tablet\":\"2\",\"num\":\"12\",\"show_filters\":\"\",\"perpage\":\"12\",\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"info_typography_text_transform\":\"capitalize\",\"info_typography_font_style\":\"normal\",\"info_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"info_margin_bottom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"custom_css\":\"selector .count-box{\\n    display: none;\\n}\\nselector .hentry .entry-info{\\n    margin-bottom: 0!important;\\n}\\n\\nselector .aux-iso-item:hover .aux-media-image{\\n    \\n    box-shadow:-15px 30px 60px #70798B66;\\n    transition: all 300ms ease-out;\\n}\\nselector .aux-isotope-animated{\\n    overflow:visible;\\n}\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"info_color\":\"globals\\/colors?id=text\",\"filters_hover_color\":\"\",\"info_hover_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#081420\",\"info_color\":\"#081420\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":200,\"aux_animation_delay\":200,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"item_hover_style_image\":{\"url\":\"\",\"id\":\"\"},\"item_hover_style_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_hover_style_slideshow_gallery\":[],\"read-more-background-normal_image\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-normal_slideshow_gallery\":[],\"read-more-background-hover_image\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-hover_slideshow_gallery\":[],\"entry_box_bg_color_image\":{\"url\":\"\",\"id\":\"\"},\"entry_box_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"entry_box_bg_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1066, 172, '_elementor_edit_mode', 'builder'),
(1067, 172, '_elementor_template_type', 'page'),
(1068, 172, '_elementor_version', '3.6.1'),
(1069, 172, '_elementor_data', '[{\"id\":\"12e007bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=5ef067a\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"519e014d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"328b8b4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"title_tag\":\"h5\",\"alignment\":\"center\",\"divider\":\"\",\"title_secondary_before\":\"The Works We Are Proud Of\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"3.75\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"title2_color\":\"globals\\/colors?id=text\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title2_width_mobile\":{\"unit\":\"px\",\"size\":\"210\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"77c469cd\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"columns_tablet\":\"2\",\"num\":\"12\",\"show_filters\":\"\",\"perpage\":\"12\",\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"info_typography_text_transform\":\"capitalize\",\"info_typography_font_style\":\"normal\",\"info_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"info_margin_bottom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"custom_css\":\"selector .count-box{\\n    display: none;\\n}\\nselector .hentry .entry-info{\\n    margin-bottom: 0!important;\\n}\\n\\nselector .aux-iso-item:hover .aux-media-image{\\n    \\n    box-shadow:-15px 30px 60px #70798B66;\\n    transition: all 300ms ease-out;\\n}\\nselector .aux-isotope-animated{\\n    overflow:visible;\\n}\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"info_color\":\"globals\\/colors?id=text\",\"filters_hover_color\":\"\",\"info_hover_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#081420\",\"info_color\":\"#081420\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":200,\"aux_animation_delay\":200,\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"item_hover_style_image\":{\"url\":\"\",\"id\":\"\"},\"item_hover_style_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_hover_style_slideshow_gallery\":[],\"read-more-background-normal_image\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-normal_slideshow_gallery\":[],\"read-more-background-hover_image\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"read-more-background-hover_slideshow_gallery\":[],\"entry_box_bg_color_image\":{\"url\":\"\",\"id\":\"\"},\"entry_box_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"entry_box_bg_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1070, 171, '_elementor_page_assets', 'a:0:{}'),
(1071, 173, '_wp_attached_file', '2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png'),
(1072, 173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Gravity-Paper-Hot-Cup-Mockup-Preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Gravity-Paper-Hot-Cup-Mockup-Preview-1024x800.png\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Gravity-Paper-Hot-Cup-Mockup-Preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Gravity-Paper-Hot-Cup-Mockup-Preview-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Gravity-Paper-Hot-Cup-Mockup-Preview-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1073, 173, '_elementor_source_image_hash', 'f30f89e5b7504578d9fade69c9942cfa5b8ded80'),
(1074, 174, '_wp_attached_file', '2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png'),
(1075, 174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:62:\"2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Invitation-Estationery-Presentation-Mockup-Preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Invitation-Estationery-Presentation-Mockup-Preview-1024x800.png\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Invitation-Estationery-Presentation-Mockup-Preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Invitation-Estationery-Presentation-Mockup-Preview-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"Invitation-Estationery-Presentation-Mockup-Preview-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1076, 174, '_elementor_source_image_hash', '06e5bdc0e98b8ab4a017f1c7c1b276b10093f0b7'),
(1077, 175, '_elementor_edit_mode', 'builder'),
(1078, 175, '_elementor_template_type', 'page'),
(1079, 175, 'auxin-autop', 'no'),
(1080, 175, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1081, 175, '_elementor_data', '[{\"id\":\"14e07172\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c900950\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e1011c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"304b36a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bdf68c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"370833c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"766064fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"},\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"1407171c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35bfa1f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a82838a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"},\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b74256c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d16ea4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2178bea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"db9611c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"407598c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55969015\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"397c8743\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"5deecb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3265979a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Launch Project\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"49\",\"bottom\":\"20\",\"left\":\"49\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"icon\":{\"value\":\"auxicon-arrow-down\",\"library\":\"auxicon\"},\"btn_bg_normal_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"icon_normal_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_slideshow_gallery\":[],\"icon_hover_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1082, 176, '_elementor_edit_mode', 'builder'),
(1083, 176, '_elementor_template_type', 'page'),
(1084, 176, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1085, 176, '_elementor_data', '[{\"id\":\"14e07172\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c900950\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e1011c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"304b36a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bdf68c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"370833c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"766064fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"},\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"1407171c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35bfa1f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a82838a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"},\"hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_slideshow_gallery\":[],\"image_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"image_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b74256c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d16ea4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2178bea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"db9611c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"407598c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55969015\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"397c8743\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"5deecb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3265979a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Launch Project\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"49\",\"bottom\":\"20\",\"left\":\"49\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"icon\":{\"value\":\"auxicon-arrow-down\",\"library\":\"auxicon\"},\"btn_bg_normal_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"icon_normal_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_slideshow_gallery\":[],\"icon_hover_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1086, 175, '_elementor_page_assets', 'a:0:{}'),
(1087, 177, '_thumbnail_id', '169'),
(1088, 177, '_elementor_edit_mode', 'builder'),
(1089, 177, '_elementor_template_type', 'wp-post'),
(1090, 177, '_elementor_version', '3.6.1'),
(1091, 178, '_thumbnail_id', '169'),
(1092, 178, '_elementor_edit_mode', 'builder'),
(1093, 178, '_elementor_template_type', 'wp-post'),
(1094, 178, '_elementor_version', '3.6.1'),
(1095, 168, '_wp_page_template', 'default'),
(1096, 168, '_elementor_data', '[{\"id\":\"279f1b8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"32c31ea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"77fbc9f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"330fddd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"20c641e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6fc994a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"314bfb74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"372cbda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f3371e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eeaeae1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3e5017fd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"60ebafd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"2fa9c2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4abad19e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3f712d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"43102bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"355b3224\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"165d90a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1097, 179, '_thumbnail_id', '169'),
(1098, 179, '_elementor_edit_mode', 'builder'),
(1099, 179, '_elementor_template_type', 'wp-post'),
(1100, 179, '_elementor_version', '3.6.1'),
(1101, 179, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1102, 179, '_elementor_data', '[{\"id\":\"279f1b8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"32c31ea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"77fbc9f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"330fddd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"20c641e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6fc994a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"314bfb74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"372cbda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f3371e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eeaeae1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3e5017fd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"60ebafd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"2fa9c2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4abad19e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3f712d1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"43102bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"355b3224\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"165d90a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1103, 168, '_elementor_page_assets', 'a:0:{}'),
(1105, 180, 'auxin-autop', 'no'),
(1106, 180, '_edit_lock', '1648887654:1'),
(1107, 180, '_edit_last', '1'),
(1108, 180, 'page_elementor_header_template', '6'),
(1109, 180, 'page_header_use_legacy', 'default'),
(1110, 180, 'page_overlay_header', 'default'),
(1111, 180, 'page_header_top_sticky', 'default'),
(1112, 180, 'page_elementor_footer_template', '-def'),
(1113, 180, 'page_footer_use_legacy', 'default'),
(1114, 180, 'page_footer_attribution', 'default'),
(1115, 180, 'page_footer_is_sticky', 'default'),
(1116, 180, 'content_layout', 'default'),
(1117, 180, 'show_content_top_margin', 'default'),
(1118, 180, 'page_show_goto_top_btn', 'default'),
(1119, 180, 'page_goto_top_alignment', 'default'),
(1120, 180, 'aux_title_bar_show', 'default'),
(1121, 180, 'subtitle_position', 'before'),
(1122, 180, 'aux_title_bar_preset', 'default'),
(1123, 180, 'aux_title_bar_enable_customize', '0'),
(1124, 180, 'aux_title_bar_content_width_type', 'boxed'),
(1125, 180, 'aux_title_bar_content_section_height', 'auto'),
(1126, 180, 'aux_title_bar_title_show', '1'),
(1127, 180, 'aux_title_bar_heading_bordered', '0'),
(1128, 180, 'aux_title_bar_heading_boxed', '0'),
(1129, 180, 'aux_title_bar_meta_enabled', '0'),
(1130, 180, 'aux_title_bar_bread_enabled', '1'),
(1131, 180, 'aux_title_bar_bread_bordered', '0'),
(1132, 180, 'aux_title_bar_text_align', 'left'),
(1133, 180, 'aux_title_bar_overlay_pattern', 'none'),
(1134, 180, 'aux_title_bar_overlay_pattern_opacity', '0.15'),
(1135, 180, 'aux_title_bar_color_style', 'dark'),
(1136, 180, 'aux_title_bar_bg_show', '0'),
(1137, 180, 'aux_title_bar_bg_parallax', '0'),
(1138, 180, 'aux_title_bar_bg_size', 'cover'),
(1139, 180, 'aux_custom_bg_show', '0'),
(1140, 180, 'aux_custom_bg_repeat', 'repeat'),
(1141, 180, 'aux_custom_bg_attach', 'scroll'),
(1142, 180, 'aux_custom_bg_position', 'left top'),
(1143, 180, 'aux_custom_bg_size', 'auto'),
(1144, 180, 'top_slider_id', 'none'),
(1145, 180, '_no_feature_image_in_single', '0'),
(1146, 180, '_overview_info_alignment', 'default'),
(1147, 180, '_side_info_pos', 'bottom'),
(1148, 180, '_sticky_sidebar', 'default'),
(1149, 180, '_show_next_prev_nav', 'default'),
(1150, 180, '_next_prev_nav_skin', 'default'),
(1151, 180, '_show_side_info_meta', 'default'),
(1152, 180, '_side_info_dicplay_cat', 'default'),
(1153, 180, '_side_info_dicplay_tag', 'default'),
(1154, 180, '_display_related', 'default'),
(1155, 180, '_related_posts_preview_mode', 'default'),
(1156, 180, '_related_posts_column_number', 'default'),
(1157, 180, '_related_posts_align_center', 'default'),
(1158, 180, '_related_posts_full_width', 'default'),
(1159, 180, '_related_posts_snap_items', 'default'),
(1160, 180, '_related_posts_display_taxonomies', 'default'),
(1161, 180, '_related_posts_all_items_btn_display', 'default'),
(1162, 180, '_related_posts_all_items_url_type', 'default'),
(1163, 180, 'aux_metafields_custom_styles', ''),
(1164, 180, '_thumbnail_id', '173'),
(1165, 180, '_elementor_edit_mode', 'builder'),
(1166, 180, '_elementor_template_type', 'wp-post'),
(1167, 180, '_elementor_version', '3.6.1'),
(1168, 182, '_thumbnail_id', '173'),
(1169, 182, '_elementor_edit_mode', 'builder'),
(1170, 182, '_elementor_template_type', 'wp-post'),
(1171, 182, '_elementor_version', '3.6.1'),
(1172, 183, '_thumbnail_id', '173'),
(1173, 183, '_elementor_edit_mode', 'builder'),
(1174, 183, '_elementor_template_type', 'wp-post'),
(1175, 183, '_elementor_version', '3.6.1'),
(1176, 180, '_wp_page_template', 'default'),
(1177, 180, '_elementor_data', '[{\"id\":\"39d48f7f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"131df494\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"484e134f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"780ef57e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5a82eb3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"12fbbbbb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a4422cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"7821c5aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c58b97d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a3fb6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6eaebc34\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"74cb0fbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"677a4d4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49683c70\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4f387e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"1272db39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"64c88e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"2053004d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3dbb78ce\",\"elType\":\"widget\",\"settings\":{\"label\":\"Launch Project\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"49\",\"bottom\":\"20\",\"left\":\"49\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1178, 184, '_thumbnail_id', '173'),
(1179, 184, '_elementor_edit_mode', 'builder'),
(1180, 184, '_elementor_template_type', 'wp-post'),
(1181, 184, '_elementor_version', '3.6.1'),
(1182, 184, '_wp_page_template', 'default'),
(1183, 184, '_elementor_data', '[{\"id\":\"39d48f7f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"131df494\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"484e134f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"780ef57e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5a82eb3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"12fbbbbb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a4422cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"7821c5aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c58b97d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a3fb6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6eaebc34\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"74cb0fbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"677a4d4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49683c70\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4f387e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"1272db39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"64c88e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"2053004d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3dbb78ce\",\"elType\":\"widget\",\"settings\":{\"label\":\"Launch Project\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"49\",\"bottom\":\"20\",\"left\":\"49\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1184, 180, '_elementor_page_assets', 'a:0:{}'),
(1186, 185, '_thumbnail_id', '173'),
(1187, 185, '_elementor_edit_mode', 'builder'),
(1188, 185, '_elementor_template_type', 'wp-post'),
(1189, 185, '_elementor_version', '3.6.1'),
(1190, 185, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1191, 185, '_elementor_data', '[{\"id\":\"39d48f7f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"131df494\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"484e134f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.<\\/p>\",\"text_color\":\"#1A1F2F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.75\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"780ef57e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5a82eb3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"12fbbbbb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a4422cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":173,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Gravity-Paper-Hot-Cup-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"},{\"id\":\"7821c5aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c58b97d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_max_width\":{\"unit\":\"px\",\"size\":\"465\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a3fb6bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":174,\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Invitation-Estationery-Presentation-Mockup-Preview.png\"},\"image_size\":\"full\",\"ribbon_text\":\"NEW\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(119.99999999999999, 134.00000000000006, 162, 0.2)\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6eaebc34\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"74cb0fbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"677a4d4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49683c70\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"60\",\"bottom\":\"55\",\"left\":\"90\",\"isLinked\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4f387e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"1272db39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Delta\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"64c88e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Release Date\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"Feb 2019\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"2053004d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Role\",\"title_tag\":\"h5\",\"divider\":\"\",\"title_secondary_before\":\"App Design\",\"title_tag_secondary\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title2_typography_font_weight\":\"bold\",\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.15\",\"sizes\":[]},\"title2_color\":\"#1A1F2F\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"alignment_tablet\":\"center\",\"title_typography_font_weight\":\"300\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"3dbb78ce\",\"elType\":\"widget\",\"settings\":{\"label\":\"Launch Project\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"49\",\"bottom\":\"20\",\"left\":\"49\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.32\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1192, 185, '_elementor_page_assets', 'a:0:{}'),
(1194, 7, 'auxin-autop', 'no'),
(1202, 187, '_elementor_edit_mode', 'builder'),
(1203, 187, '_elementor_template_type', 'wp-page'),
(1204, 187, '_elementor_version', '3.6.1'),
(1205, 187, '_wp_page_template', 'default'),
(1206, 187, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1207, 187, '_elementor_page_assets', 'a:0:{}'),
(1208, 188, '_elementor_edit_mode', 'builder'),
(1209, 188, '_elementor_template_type', 'wp-page'),
(1210, 188, '_elementor_version', '3.6.1'),
(1211, 188, '_wp_page_template', 'default'),
(1212, 188, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1213, 188, '_elementor_page_assets', 'a:0:{}'),
(1214, 189, '_elementor_edit_mode', 'builder'),
(1215, 189, '_elementor_template_type', 'wp-page'),
(1216, 189, '_elementor_version', '3.6.1'),
(1217, 189, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1218, 189, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1219, 189, '_elementor_page_assets', 'a:0:{}'),
(1220, 190, '_elementor_edit_mode', 'builder'),
(1221, 190, '_elementor_template_type', 'wp-page'),
(1222, 190, '_elementor_version', '3.6.1'),
(1223, 190, '_wp_page_template', 'default'),
(1224, 190, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1225, 190, '_elementor_page_assets', 'a:0:{}'),
(1226, 191, '_elementor_edit_mode', 'builder'),
(1227, 191, '_elementor_template_type', 'wp-page'),
(1228, 191, '_elementor_version', '3.6.1'),
(1229, 191, '_wp_page_template', 'default'),
(1230, 191, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1231, 191, '_elementor_page_assets', 'a:0:{}'),
(1232, 192, '_elementor_edit_mode', 'builder'),
(1233, 192, '_elementor_template_type', 'wp-page'),
(1234, 192, '_elementor_version', '3.6.1'),
(1235, 192, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1236, 192, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1237, 192, '_elementor_page_assets', 'a:0:{}'),
(1238, 193, '_elementor_edit_mode', 'builder'),
(1239, 193, '_elementor_template_type', 'wp-page'),
(1240, 193, '_elementor_version', '3.6.1'),
(1241, 193, '_wp_page_template', 'default'),
(1242, 193, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1243, 193, '_elementor_page_assets', 'a:0:{}'),
(1244, 194, '_elementor_edit_mode', 'builder'),
(1245, 194, '_elementor_template_type', 'wp-page'),
(1246, 194, '_elementor_version', '3.6.1'),
(1247, 194, '_wp_page_template', 'default'),
(1248, 194, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1249, 194, '_elementor_page_assets', 'a:0:{}'),
(1250, 195, '_elementor_edit_mode', 'builder'),
(1251, 195, '_elementor_template_type', 'wp-page'),
(1252, 195, '_elementor_version', '3.6.1'),
(1253, 195, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1254, 195, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1255, 195, '_elementor_page_assets', 'a:0:{}'),
(1256, 196, '_elementor_edit_mode', 'builder'),
(1257, 196, '_elementor_template_type', 'wp-page'),
(1258, 196, '_elementor_version', '3.6.1'),
(1259, 196, '_wp_page_template', 'default'),
(1260, 196, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1261, 196, '_elementor_page_assets', 'a:0:{}'),
(1262, 197, '_elementor_edit_mode', 'builder'),
(1263, 197, '_elementor_template_type', 'wp-page'),
(1264, 197, '_elementor_version', '3.6.1'),
(1265, 197, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1266, 197, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1267, 197, '_elementor_page_assets', 'a:0:{}'),
(1268, 198, '_elementor_edit_mode', 'builder'),
(1269, 198, '_elementor_template_type', 'wp-page'),
(1270, 198, '_elementor_version', '3.6.1'),
(1271, 198, '_wp_page_template', 'default'),
(1272, 198, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1273, 198, '_elementor_page_assets', 'a:0:{}'),
(1274, 199, '_elementor_edit_mode', 'builder'),
(1275, 199, '_elementor_template_type', 'wp-page'),
(1276, 199, '_elementor_version', '3.6.1'),
(1277, 199, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1278, 199, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1279, 199, '_elementor_page_assets', 'a:0:{}'),
(1280, 200, '_elementor_edit_mode', 'builder'),
(1281, 200, '_elementor_template_type', 'wp-page'),
(1282, 200, '_elementor_version', '3.6.1'),
(1283, 200, '_wp_page_template', 'default'),
(1284, 200, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1285, 200, '_elementor_page_assets', 'a:0:{}'),
(1286, 201, '_elementor_edit_mode', 'builder'),
(1287, 201, '_elementor_template_type', 'wp-page'),
(1288, 201, '_elementor_version', '3.6.1'),
(1289, 201, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1290, 201, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1291, 201, '_elementor_page_assets', 'a:0:{}'),
(1298, 203, '_elementor_edit_mode', 'builder'),
(1299, 203, '_elementor_template_type', 'wp-page'),
(1300, 203, '_elementor_version', '3.6.1'),
(1301, 203, '_wp_page_template', 'default'),
(1302, 203, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1303, 203, '_elementor_page_assets', 'a:0:{}'),
(1304, 204, '_elementor_edit_mode', 'builder'),
(1305, 204, '_elementor_template_type', 'wp-page'),
(1306, 204, '_elementor_version', '3.6.1'),
(1307, 204, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1308, 204, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1309, 204, '_elementor_page_assets', 'a:0:{}'),
(1310, 205, '_elementor_edit_mode', 'builder'),
(1311, 205, '_elementor_template_type', 'wp-page'),
(1312, 205, '_elementor_version', '3.6.1'),
(1313, 205, '_wp_page_template', 'default'),
(1314, 205, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1315, 205, '_elementor_page_assets', 'a:0:{}'),
(1316, 206, '_elementor_edit_mode', 'builder'),
(1317, 206, '_elementor_template_type', 'wp-page'),
(1318, 206, '_elementor_version', '3.6.1'),
(1319, 206, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1320, 206, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1321, 206, '_elementor_page_assets', 'a:0:{}'),
(1322, 207, '_elementor_edit_mode', 'builder'),
(1323, 207, '_elementor_template_type', 'wp-page'),
(1324, 207, '_elementor_version', '3.6.1'),
(1325, 207, '_wp_page_template', 'default'),
(1326, 207, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1327, 207, '_elementor_page_assets', 'a:0:{}'),
(1328, 208, '_elementor_edit_mode', 'builder'),
(1329, 208, '_elementor_template_type', 'wp-page'),
(1330, 208, '_elementor_version', '3.6.1'),
(1331, 208, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1332, 208, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1333, 208, '_elementor_page_assets', 'a:0:{}'),
(1334, 209, '_elementor_edit_mode', 'builder'),
(1335, 209, '_elementor_template_type', 'wp-page'),
(1336, 209, '_elementor_version', '3.6.1'),
(1337, 209, '_wp_page_template', 'default'),
(1338, 209, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1339, 209, '_elementor_page_assets', 'a:0:{}'),
(1340, 210, '_elementor_edit_mode', 'builder'),
(1341, 210, '_elementor_template_type', 'wp-page'),
(1342, 210, '_elementor_version', '3.6.1'),
(1343, 210, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1344, 210, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1345, 210, '_elementor_page_assets', 'a:0:{}'),
(1346, 211, '_elementor_edit_mode', 'builder'),
(1347, 211, '_elementor_template_type', 'wp-page'),
(1348, 211, '_elementor_version', '3.6.1'),
(1349, 211, '_wp_page_template', 'default'),
(1350, 211, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1351, 211, '_elementor_page_assets', 'a:0:{}'),
(1352, 212, '_elementor_edit_mode', 'builder'),
(1353, 212, '_elementor_template_type', 'wp-page'),
(1354, 212, '_elementor_version', '3.6.1'),
(1355, 212, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1356, 212, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1357, 212, '_elementor_page_assets', 'a:0:{}'),
(1358, 213, '_elementor_edit_mode', 'builder'),
(1359, 213, '_elementor_template_type', 'wp-page'),
(1360, 213, '_elementor_version', '3.6.1'),
(1361, 213, '_wp_page_template', 'default'),
(1362, 213, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1363, 213, '_elementor_page_assets', 'a:0:{}'),
(1364, 214, '_elementor_edit_mode', 'builder'),
(1365, 214, '_elementor_template_type', 'wp-page'),
(1366, 214, '_elementor_version', '3.6.1'),
(1367, 214, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1368, 214, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1369, 214, '_elementor_page_assets', 'a:0:{}'),
(1370, 215, '_elementor_edit_mode', 'builder'),
(1371, 215, '_elementor_template_type', 'wp-page'),
(1372, 215, '_elementor_version', '3.6.1'),
(1373, 215, '_wp_page_template', 'default'),
(1374, 215, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1375, 215, '_elementor_page_assets', 'a:0:{}'),
(1376, 216, '_elementor_edit_mode', 'builder'),
(1377, 216, '_elementor_template_type', 'wp-page'),
(1378, 216, '_elementor_version', '3.6.1'),
(1379, 216, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1380, 216, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1381, 216, '_elementor_page_assets', 'a:0:{}'),
(1382, 217, '_elementor_edit_mode', 'builder'),
(1383, 217, '_elementor_template_type', 'wp-page'),
(1384, 217, '_elementor_version', '3.6.1'),
(1385, 217, '_wp_page_template', 'default'),
(1386, 217, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1387, 217, '_elementor_page_assets', 'a:0:{}'),
(1388, 218, '_elementor_edit_mode', 'builder'),
(1389, 218, '_elementor_template_type', 'wp-page'),
(1390, 218, '_elementor_version', '3.6.1'),
(1391, 218, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1392, 218, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1393, 218, '_elementor_page_assets', 'a:0:{}'),
(1394, 219, '_elementor_edit_mode', 'builder'),
(1395, 219, '_elementor_template_type', 'wp-page'),
(1396, 219, '_elementor_version', '3.6.1'),
(1397, 219, '_wp_page_template', 'default'),
(1398, 219, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1399, 219, '_elementor_page_assets', 'a:0:{}'),
(1400, 220, '_elementor_edit_mode', 'builder'),
(1401, 220, '_elementor_template_type', 'wp-page'),
(1402, 220, '_elementor_version', '3.6.1'),
(1403, 220, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1404, 220, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1405, 220, '_elementor_page_assets', 'a:0:{}'),
(1406, 221, '_elementor_edit_mode', 'builder'),
(1407, 221, '_elementor_template_type', 'wp-page'),
(1408, 221, '_elementor_version', '3.6.1'),
(1409, 221, '_wp_page_template', 'default'),
(1410, 221, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1411, 221, '_elementor_page_assets', 'a:0:{}'),
(1412, 222, '_elementor_edit_mode', 'builder'),
(1413, 222, '_elementor_template_type', 'wp-page'),
(1414, 222, '_elementor_version', '3.6.1'),
(1415, 222, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1416, 222, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1417, 222, '_elementor_page_assets', 'a:0:{}'),
(1418, 223, '_elementor_edit_mode', 'builder'),
(1419, 223, '_elementor_template_type', 'wp-page'),
(1420, 223, '_elementor_version', '3.6.1'),
(1421, 223, '_wp_page_template', 'default'),
(1422, 223, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1423, 223, '_elementor_page_assets', 'a:0:{}'),
(1424, 224, '_elementor_edit_mode', 'builder'),
(1425, 224, '_elementor_template_type', 'wp-page'),
(1426, 224, '_elementor_version', '3.6.1'),
(1427, 224, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1428, 224, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1429, 224, '_elementor_page_assets', 'a:0:{}'),
(1430, 225, '_elementor_edit_mode', 'builder'),
(1431, 225, '_elementor_template_type', 'wp-page'),
(1432, 225, '_elementor_version', '3.6.1'),
(1433, 225, '_wp_page_template', 'default'),
(1434, 225, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"f565bc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"715fab4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e8fc16c\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"customer_img\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/134-2.jpg\",\"id\":18,\"alt\":\"\",\"source\":\"library\"},\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"58e492c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49ecff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1435, 225, '_elementor_page_assets', 'a:0:{}'),
(1436, 226, '_elementor_edit_mode', 'builder'),
(1437, 226, '_elementor_template_type', 'wp-page'),
(1438, 226, '_elementor_version', '3.6.1'),
(1439, 226, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1440, 226, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1441, 226, '_elementor_page_assets', 'a:0:{}'),
(1442, 227, '_elementor_edit_mode', 'builder'),
(1443, 227, '_elementor_template_type', 'wp-page'),
(1444, 227, '_elementor_version', '3.6.1'),
(1445, 227, '_wp_page_template', 'default'),
(1446, 227, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1447, 227, '_elementor_page_assets', 'a:0:{}'),
(1448, 228, '_elementor_edit_mode', 'builder'),
(1449, 228, '_elementor_template_type', 'wp-page'),
(1450, 228, '_elementor_version', '3.6.1'),
(1451, 228, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1452, 228, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1453, 228, '_elementor_page_assets', 'a:0:{}'),
(1454, 229, '_elementor_edit_mode', 'builder'),
(1455, 229, '_elementor_template_type', 'wp-page'),
(1456, 229, '_elementor_version', '3.6.1'),
(1457, 229, '_wp_page_template', 'default'),
(1458, 229, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1459, 229, '_elementor_page_assets', 'a:0:{}'),
(1460, 230, '_elementor_edit_mode', 'builder'),
(1461, 230, '_elementor_template_type', 'wp-page'),
(1462, 230, '_elementor_version', '3.6.1'),
(1463, 230, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1464, 230, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1465, 230, '_elementor_page_assets', 'a:0:{}'),
(1466, 231, '_elementor_edit_mode', 'builder'),
(1467, 231, '_elementor_template_type', 'wp-page'),
(1468, 231, '_elementor_version', '3.6.1'),
(1469, 231, '_wp_page_template', 'default'),
(1470, 231, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1471, 231, '_elementor_page_assets', 'a:0:{}'),
(1472, 232, '_elementor_edit_mode', 'builder'),
(1473, 232, '_elementor_template_type', 'wp-page'),
(1474, 232, '_elementor_version', '3.6.1'),
(1475, 232, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1476, 232, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1477, 232, '_elementor_page_assets', 'a:0:{}'),
(1479, 233, '_elementor_edit_mode', 'builder'),
(1480, 233, '_elementor_template_type', 'wp-page'),
(1481, 233, '_elementor_version', '3.6.1'),
(1482, 233, '_wp_page_template', 'default'),
(1483, 233, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1484, 233, '_elementor_page_assets', 'a:0:{}'),
(1486, 234, '_elementor_edit_mode', 'builder'),
(1487, 234, '_elementor_template_type', 'wp-page'),
(1488, 234, '_elementor_version', '3.6.1'),
(1489, 234, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1490, 234, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1491, 234, '_elementor_page_assets', 'a:0:{}'),
(1493, 235, '_elementor_edit_mode', 'builder'),
(1494, 235, '_elementor_template_type', 'wp-page'),
(1495, 235, '_elementor_version', '3.6.1'),
(1496, 235, '_wp_page_template', 'default'),
(1497, 235, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1498, 235, '_elementor_page_assets', 'a:0:{}'),
(1500, 236, '_elementor_edit_mode', 'builder'),
(1501, 236, '_elementor_template_type', 'wp-page'),
(1502, 236, '_elementor_version', '3.6.1'),
(1503, 236, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1504, 236, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1505, 236, '_elementor_page_assets', 'a:0:{}'),
(1507, 237, '_elementor_edit_mode', 'builder'),
(1508, 237, '_elementor_template_type', 'wp-page'),
(1509, 237, '_elementor_version', '3.6.1'),
(1510, 237, '_wp_page_template', 'default'),
(1511, 237, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1512, 237, '_elementor_page_assets', 'a:0:{}'),
(1513, 238, '_elementor_edit_mode', 'builder'),
(1514, 238, '_elementor_template_type', 'wp-page'),
(1515, 238, '_elementor_version', '3.6.1'),
(1516, 238, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1517, 238, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1518, 238, '_elementor_page_assets', 'a:0:{}'),
(1519, 239, '_elementor_edit_mode', 'builder'),
(1520, 239, '_elementor_template_type', 'wp-page'),
(1521, 239, '_elementor_version', '3.6.1'),
(1522, 239, '_wp_page_template', 'default'),
(1523, 239, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1524, 239, '_elementor_page_assets', 'a:0:{}'),
(1525, 240, '_elementor_edit_mode', 'builder'),
(1526, 240, '_elementor_template_type', 'wp-page'),
(1527, 240, '_elementor_version', '3.6.1'),
(1528, 240, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1529, 240, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1530, 240, '_elementor_page_assets', 'a:0:{}'),
(1531, 241, '_elementor_edit_mode', 'builder'),
(1532, 241, '_elementor_template_type', 'wp-page'),
(1533, 241, '_elementor_version', '3.6.1'),
(1534, 241, '_wp_page_template', 'default'),
(1535, 241, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1536, 241, '_elementor_page_assets', 'a:0:{}'),
(1537, 242, '_elementor_edit_mode', 'builder'),
(1538, 242, '_elementor_template_type', 'wp-page'),
(1539, 242, '_elementor_version', '3.6.1'),
(1540, 242, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1541, 242, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1542, 242, '_elementor_page_assets', 'a:0:{}'),
(1549, 244, '_elementor_edit_mode', 'builder'),
(1550, 244, '_elementor_template_type', 'wp-page'),
(1551, 244, '_elementor_version', '3.6.1'),
(1552, 244, '_wp_page_template', 'default'),
(1553, 244, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1554, 244, '_elementor_page_assets', 'a:0:{}'),
(1555, 245, '_elementor_edit_mode', 'builder'),
(1556, 245, '_elementor_template_type', 'wp-page'),
(1557, 245, '_elementor_version', '3.6.1'),
(1558, 245, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1559, 245, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1560, 245, '_elementor_page_assets', 'a:0:{}'),
(1561, 246, '_elementor_edit_mode', 'builder'),
(1562, 246, '_elementor_template_type', 'wp-page'),
(1563, 246, '_elementor_version', '3.6.1'),
(1564, 246, '_wp_page_template', 'default'),
(1565, 246, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1566, 246, '_elementor_page_assets', 'a:0:{}'),
(1567, 247, '_elementor_edit_mode', 'builder'),
(1568, 247, '_elementor_template_type', 'wp-page'),
(1569, 247, '_elementor_version', '3.6.1'),
(1570, 247, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1571, 247, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1572, 247, '_elementor_page_assets', 'a:0:{}'),
(1573, 248, '_elementor_edit_mode', 'builder'),
(1574, 248, '_elementor_template_type', 'wp-page'),
(1575, 248, '_elementor_version', '3.6.1'),
(1576, 248, '_wp_page_template', 'default'),
(1577, 248, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1578, 248, '_elementor_page_assets', 'a:0:{}'),
(1579, 249, '_elementor_edit_mode', 'builder'),
(1580, 249, '_elementor_template_type', 'wp-page'),
(1581, 249, '_elementor_version', '3.6.1'),
(1582, 249, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1583, 249, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1584, 249, '_elementor_page_assets', 'a:0:{}'),
(1585, 250, '_elementor_edit_mode', 'builder'),
(1586, 250, '_elementor_template_type', 'wp-page'),
(1587, 250, '_elementor_version', '3.6.1'),
(1588, 250, '_wp_page_template', 'default'),
(1589, 250, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1590, 250, '_elementor_page_assets', 'a:0:{}'),
(1591, 251, '_elementor_edit_mode', 'builder'),
(1592, 251, '_elementor_template_type', 'wp-page'),
(1593, 251, '_elementor_version', '3.6.1'),
(1594, 251, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1595, 251, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1596, 251, '_elementor_page_assets', 'a:0:{}'),
(1597, 252, '_elementor_edit_mode', 'builder'),
(1598, 252, '_elementor_template_type', 'wp-page'),
(1599, 252, '_elementor_version', '3.6.1'),
(1600, 252, '_wp_page_template', 'default'),
(1601, 252, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1602, 252, '_elementor_page_assets', 'a:0:{}'),
(1603, 253, '_elementor_edit_mode', 'builder'),
(1604, 253, '_elementor_template_type', 'wp-page'),
(1605, 253, '_elementor_version', '3.6.1'),
(1606, 253, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1607, 253, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1608, 253, '_elementor_page_assets', 'a:0:{}'),
(1609, 254, '_elementor_edit_mode', 'builder'),
(1610, 254, '_elementor_template_type', 'wp-page'),
(1611, 254, '_elementor_version', '3.6.1'),
(1612, 254, '_wp_page_template', 'default'),
(1613, 254, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1614, 254, '_elementor_page_assets', 'a:0:{}'),
(1615, 255, '_elementor_edit_mode', 'builder'),
(1616, 255, '_elementor_template_type', 'wp-page'),
(1617, 255, '_elementor_version', '3.6.1'),
(1618, 255, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1619, 255, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1620, 255, '_elementor_page_assets', 'a:0:{}'),
(1621, 256, '_elementor_edit_mode', 'builder'),
(1622, 256, '_elementor_template_type', 'wp-page'),
(1623, 256, '_elementor_version', '3.6.1'),
(1624, 256, '_wp_page_template', 'default'),
(1625, 256, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1626, 256, '_elementor_page_assets', 'a:0:{}'),
(1627, 257, '_elementor_edit_mode', 'builder'),
(1628, 257, '_elementor_template_type', 'wp-page'),
(1629, 257, '_elementor_version', '3.6.1'),
(1630, 257, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1631, 257, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1632, 257, '_elementor_page_assets', 'a:0:{}'),
(1633, 258, '_elementor_edit_mode', 'builder'),
(1634, 258, '_elementor_template_type', 'wp-page'),
(1635, 258, '_elementor_version', '3.6.1'),
(1636, 258, '_wp_page_template', 'default'),
(1637, 258, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1638, 258, '_elementor_page_assets', 'a:0:{}'),
(1640, 259, 'auxin-autop', 'no'),
(1641, 259, '_menu_item_type', 'custom'),
(1642, 259, '_menu_item_menu_item_parent', '0'),
(1643, 259, '_menu_item_object_id', '259'),
(1644, 259, '_menu_item_object', 'custom'),
(1645, 259, '_menu_item_target', ''),
(1646, 259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1647, 259, '_menu_item_xfn', ''),
(1648, 259, '_menu_item_url', 'http://services'),
(1650, 259, '_menu_item_megamenu', '0'),
(1651, 259, '_menu_item_nolink', '0'),
(1652, 259, '_menu_item_hide_label', '0'),
(1653, 259, '_menu_item_icon', ''),
(1654, 259, '_menu_item_icon_align', ''),
(1655, 259, '_menu_item_row_start', '0'),
(1656, 259, '_menu_item_hide_title', '0'),
(1657, 259, '_menu_item_col_num', '1'),
(1658, 259, '_menu_item_hide_desktop', '0'),
(1659, 259, '_menu_item_hide_tablet', '0'),
(1660, 259, '_menu_item_hide_mobile', '0'),
(1661, 259, '_menu_item_sec_text', ''),
(1662, 259, '_menu_item_sec_bg_color', ''),
(1663, 259, '_menu_item_custom_style', ''),
(1664, 259, '_menu_item_aux_background_image', ''),
(1665, 259, '_menu_item_link_path', ''),
(1669, 261, 'auxin-autop', 'no'),
(1670, 261, '_menu_item_type', 'custom'),
(1671, 261, '_menu_item_menu_item_parent', '0'),
(1672, 261, '_menu_item_object_id', '261'),
(1673, 261, '_menu_item_object', 'custom'),
(1674, 261, '_menu_item_target', ''),
(1675, 261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1676, 261, '_menu_item_xfn', ''),
(1677, 261, '_menu_item_url', '#services'),
(1678, 262, 'auxin-autop', 'no'),
(1679, 262, '_menu_item_type', 'custom'),
(1680, 262, '_menu_item_menu_item_parent', '0'),
(1681, 262, '_menu_item_object_id', '262'),
(1682, 262, '_menu_item_object', 'custom'),
(1683, 262, '_menu_item_target', ''),
(1684, 262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1685, 262, '_menu_item_xfn', ''),
(1686, 262, '_menu_item_url', '#about'),
(1687, 263, 'auxin-autop', 'no'),
(1688, 263, '_menu_item_type', 'custom'),
(1689, 263, '_menu_item_menu_item_parent', '0'),
(1690, 263, '_menu_item_object_id', '263'),
(1691, 263, '_menu_item_object', 'custom'),
(1692, 263, '_menu_item_target', ''),
(1693, 263, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1694, 263, '_menu_item_xfn', ''),
(1695, 263, '_menu_item_url', '#contact'),
(1696, 264, 'auxin-autop', 'no'),
(1697, 264, '_menu_item_type', 'custom'),
(1698, 264, '_menu_item_menu_item_parent', '0'),
(1699, 264, '_menu_item_object_id', '264'),
(1700, 264, '_menu_item_object', 'custom'),
(1701, 264, '_menu_item_target', ''),
(1702, 264, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1703, 264, '_menu_item_xfn', ''),
(1704, 264, '_menu_item_url', '#works'),
(1705, 265, 'auxin-autop', 'no'),
(1706, 265, '_menu_item_type', 'custom'),
(1707, 265, '_menu_item_menu_item_parent', '0'),
(1708, 265, '_menu_item_object_id', '265'),
(1709, 265, '_menu_item_object', 'custom'),
(1710, 265, '_menu_item_target', ''),
(1711, 265, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1712, 265, '_menu_item_xfn', ''),
(1713, 265, '_menu_item_url', '#testimonials'),
(1714, 5, 'auxin-autop', 'no'),
(1720, 6, '_edit_lock', '1648910667:1'),
(1721, 6, 'auxin-autop', 'no'),
(1722, 266, '_elementor_template_type', 'header'),
(1723, 266, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1724, 266, '_elementor_data', 's:2445:\"a:1:{i:0;a:5:{s:2:\"id\";s:7:\"54a26d6\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:6:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1600;s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";i:15;s:5:\"right\";i:0;s:6:\"bottom\";i:15;s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";i:0;s:6:\"bottom\";s:0:\"\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";i:0;s:5:\"right\";i:35;s:6:\"bottom\";i:0;s:4:\"left\";i:35;s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"99ffd65\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:6:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:23:\"content_position_mobile\";s:6:\"center\";s:5:\"align\";s:13:\"space-between\";s:12:\"align_tablet\";s:6:\"center\";s:12:\"align_mobile\";s:13:\"space-between\";}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"c49eb21\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:5:\"align\";s:4:\"left\";s:12:\"align_tablet\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:14:\"_element_width\";s:4:\"auto\";s:21:\"_element_width_tablet\";s:7:\"inherit\";s:21:\"_element_width_mobile\";s:4:\"auto\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:8:\"aux_logo\";}i:1;a:5:{s:2:\"id\";s:7:\"d052931\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:18:{s:9:\"menu_slug\";s:11:\"header-menu\";s:8:\"splitter\";s:0:\"\";s:20:\"burger_menu_location\";s:7:\"overlay\";s:5:\"align\";s:5:\"right\";s:12:\"align_mobile\";s:4:\"left\";s:10:\"item_color\";s:7:\"#000000\";s:25:\"menu_item_typo_typography\";s:6:\"custom\";s:26:\"menu_item_typo_font_family\";s:7:\"Poppins\";s:26:\"menu_item_typo_font_weight\";i:600;s:29:\"menu_item_typo_text_transform\";s:9:\"uppercase\";s:26:\"menu_item_typo_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:16:\"item_hover_color\";s:7:\"#AAAAAA\";s:12:\"item_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";i:0;s:5:\"right\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:40;s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";i:55;s:5:\"right\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";i:0;s:5:\"right\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:4:\"auto\";s:21:\"_element_width_tablet\";s:4:\"auto\";s:21:\"_element_width_mobile\";s:4:\"auto\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:12:\"aux_menu_box\";}}s:7:\"isInner\";b:0;}}s:7:\"isInner\";b:0;}}\";'),
(1725, 266, '_elementor_version', '3.6.1'),
(1726, 266, '_wp_page_template', 'default'),
(1727, 266, '_elementor_page_assets', 'a:0:{}'),
(1729, 267, '_elementor_template_type', 'header'),
(1730, 267, '_elementor_edit_mode', 'builder'),
(1731, 267, '_elementor_data', '[{\"id\":\"54a26d6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":15,\"right\":0,\"bottom\":15,\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":0,\"right\":35,\"bottom\":0,\"left\":35,\"isLinked\":false}},\"elements\":[{\"id\":\"99ffd65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position_mobile\":\"center\",\"align\":\"space-between\",\"align_tablet\":\"center\",\"align_mobile\":\"space-between\"},\"elements\":[{\"id\":\"c49eb21\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"_element_width\":\"auto\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"d052931\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"burger_menu_location\":\"overlay\",\"align\":\"right\",\"align_mobile\":\"left\",\"item_color\":\"#000000\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_family\":\"Poppins\",\"menu_item_typo_font_weight\":600,\"menu_item_typo_text_transform\":\"uppercase\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"item_hover_color\":\"#AAAAAA\",\"item_padding\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":0,\"left\":40,\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":55,\"right\":0,\"bottom\":0,\"left\":0,\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":0,\"left\":0,\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"auto\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1732, 267, '_elementor_version', '3.6.1'),
(1733, 267, '_wp_page_template', 'default'),
(1734, 267, '_elementor_page_assets', 'a:0:{}'),
(1748, 270, '_wp_attached_file', '2022/04/WhatsApp-Image-2022-04-01-at-15.32.23.jpeg'),
(1749, 270, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2022/04/WhatsApp-Image-2022-04-01-at-15.32.23.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-01-at-15.32.23-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-01-at-15.32.23-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-01-at-15.32.23-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-01-at-15.32.23-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-01-at-15.32.23-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1750, 270, '_wp_attachment_image_alt', 'AV logo'),
(1751, 271, '_wp_attached_file', '2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23.jpeg'),
(1752, 271, '_wp_attachment_context', 'custom-logo'),
(1753, 271, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:58:\"2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1763, 273, '_elementor_edit_mode', 'builder'),
(1764, 273, '_elementor_template_type', 'wp-page'),
(1765, 273, '_elementor_version', '3.6.1'),
(1766, 273, '_wp_page_template', 'default'),
(1767, 273, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1768, 273, '_elementor_page_assets', 'a:0:{}'),
(1770, 274, '_elementor_edit_mode', 'builder'),
(1771, 274, '_elementor_template_type', 'wp-page'),
(1772, 274, '_elementor_version', '3.6.1'),
(1773, 274, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1774, 274, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1775, 274, '_elementor_page_assets', 'a:0:{}'),
(1777, 275, '_elementor_edit_mode', 'builder'),
(1778, 275, '_elementor_template_type', 'wp-page'),
(1779, 275, '_elementor_version', '3.6.1'),
(1780, 275, '_wp_page_template', 'default'),
(1781, 275, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#EDAE51\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1782, 275, '_elementor_page_assets', 'a:0:{}'),
(1792, 277, '_elementor_edit_mode', 'builder'),
(1793, 277, '_elementor_template_type', 'wp-page'),
(1794, 277, '_elementor_version', '3.6.1'),
(1795, 277, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1796, 277, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#EDAE51\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1797, 277, '_elementor_page_assets', 'a:0:{}'),
(1798, 278, '_elementor_edit_mode', 'builder'),
(1799, 278, '_elementor_template_type', 'wp-page'),
(1800, 278, '_elementor_version', '3.6.1'),
(1801, 278, '_wp_page_template', 'default'),
(1802, 278, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#EDAE51\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1803, 278, '_elementor_page_assets', 'a:0:{}'),
(1804, 279, '_elementor_edit_mode', 'builder'),
(1805, 279, '_elementor_template_type', 'wp-page'),
(1806, 279, '_elementor_version', '3.6.1'),
(1807, 279, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1808, 279, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1809, 279, '_elementor_page_assets', 'a:0:{}'),
(1810, 280, '_elementor_edit_mode', 'builder'),
(1811, 280, '_elementor_template_type', 'wp-page'),
(1812, 280, '_elementor_version', '3.6.1'),
(1813, 280, '_wp_page_template', 'default'),
(1814, 280, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1815, 280, '_elementor_page_assets', 'a:0:{}'),
(1816, 281, '_elementor_edit_mode', 'builder'),
(1817, 281, '_elementor_template_type', 'wp-page'),
(1818, 281, '_elementor_version', '3.6.1'),
(1819, 281, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1820, 281, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1821, 281, '_elementor_page_assets', 'a:0:{}'),
(1822, 282, '_elementor_edit_mode', 'builder'),
(1823, 282, '_elementor_template_type', 'wp-page'),
(1824, 282, '_elementor_version', '3.6.1'),
(1825, 282, '_wp_page_template', 'default'),
(1826, 282, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1827, 282, '_elementor_page_assets', 'a:0:{}'),
(1828, 283, '_elementor_edit_mode', 'builder'),
(1829, 283, '_elementor_template_type', 'wp-page'),
(1830, 283, '_elementor_version', '3.6.1'),
(1831, 283, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1832, 283, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1833, 283, '_elementor_page_assets', 'a:0:{}'),
(1834, 284, '_elementor_edit_mode', 'builder'),
(1835, 284, '_elementor_template_type', 'wp-page'),
(1836, 284, '_elementor_version', '3.6.1'),
(1837, 284, '_wp_page_template', 'default'),
(1838, 284, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1839, 284, '_elementor_page_assets', 'a:0:{}'),
(1840, 285, '_elementor_edit_mode', 'builder'),
(1841, 285, '_elementor_template_type', 'wp-page'),
(1842, 285, '_elementor_version', '3.6.1'),
(1843, 285, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1844, 285, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1845, 285, '_elementor_page_assets', 'a:0:{}'),
(1846, 286, '_elementor_edit_mode', 'builder'),
(1847, 286, '_elementor_template_type', 'wp-page'),
(1848, 286, '_elementor_version', '3.6.1'),
(1849, 286, '_wp_page_template', 'default'),
(1850, 286, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1851, 286, '_elementor_page_assets', 'a:0:{}'),
(1852, 287, '_elementor_edit_mode', 'builder'),
(1853, 287, '_elementor_template_type', 'wp-page'),
(1854, 287, '_elementor_version', '3.6.1'),
(1855, 287, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1856, 287, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1857, 287, '_elementor_page_assets', 'a:0:{}'),
(1858, 288, '_elementor_edit_mode', 'builder'),
(1859, 288, '_elementor_template_type', 'wp-page'),
(1860, 288, '_elementor_version', '3.6.1'),
(1861, 288, '_wp_page_template', 'default'),
(1862, 288, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1863, 288, '_elementor_page_assets', 'a:0:{}'),
(1865, 289, '_elementor_edit_mode', 'builder'),
(1866, 289, '_elementor_template_type', 'wp-page'),
(1867, 289, '_elementor_version', '3.6.1'),
(1868, 289, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1869, 289, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1870, 289, '_elementor_page_assets', 'a:0:{}'),
(1871, 290, '_elementor_edit_mode', 'builder'),
(1872, 290, '_elementor_template_type', 'wp-page'),
(1873, 290, '_elementor_version', '3.6.1'),
(1874, 290, '_wp_page_template', 'default'),
(1875, 290, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1876, 290, '_elementor_page_assets', 'a:0:{}'),
(1877, 291, '_elementor_edit_mode', 'builder'),
(1878, 291, '_elementor_template_type', 'wp-page'),
(1879, 291, '_elementor_version', '3.6.1'),
(1880, 291, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1881, 291, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1882, 291, '_elementor_page_assets', 'a:0:{}'),
(1885, 292, '_elementor_edit_mode', 'builder'),
(1886, 292, '_elementor_template_type', 'wp-page'),
(1887, 292, '_elementor_version', '3.6.1'),
(1888, 292, '_wp_page_template', 'default'),
(1889, 292, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1890, 292, '_elementor_page_assets', 'a:0:{}'),
(1892, 293, '_elementor_edit_mode', 'builder'),
(1893, 293, '_elementor_template_type', 'wp-page'),
(1894, 293, '_elementor_version', '3.6.1'),
(1895, 293, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1896, 293, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1897, 293, '_elementor_page_assets', 'a:0:{}'),
(1899, 294, '_elementor_edit_mode', 'builder'),
(1900, 294, '_elementor_template_type', 'wp-page'),
(1901, 294, '_elementor_version', '3.6.1'),
(1902, 294, '_wp_page_template', 'default'),
(1903, 294, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1904, 294, '_elementor_page_assets', 'a:0:{}'),
(1906, 295, '_elementor_edit_mode', 'builder'),
(1907, 295, '_elementor_template_type', 'wp-page'),
(1908, 295, '_elementor_version', '3.6.1'),
(1909, 295, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1910, 295, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1911, 295, '_elementor_page_assets', 'a:0:{}'),
(1912, 296, '_elementor_edit_mode', 'builder'),
(1913, 296, '_elementor_template_type', 'wp-page'),
(1914, 296, '_elementor_version', '3.6.1'),
(1915, 296, '_wp_page_template', 'default'),
(1916, 296, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#6EC1E4\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=primary\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1917, 296, '_elementor_page_assets', 'a:0:{}'),
(1918, 297, '_elementor_edit_mode', 'builder'),
(1919, 297, '_elementor_template_type', 'wp-page'),
(1920, 297, '_elementor_version', '3.6.1'),
(1921, 297, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1922, 297, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1923, 297, '_elementor_page_assets', 'a:0:{}'),
(1931, 299, '_elementor_edit_mode', 'builder'),
(1932, 299, '_elementor_template_type', 'wp-page'),
(1933, 299, '_elementor_version', '3.6.1'),
(1934, 299, '_wp_page_template', 'default'),
(1935, 299, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1936, 299, '_elementor_page_assets', 'a:0:{}'),
(1937, 300, '_elementor_edit_mode', 'builder'),
(1938, 300, '_elementor_template_type', 'wp-page'),
(1939, 300, '_elementor_version', '3.6.1'),
(1940, 300, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1941, 300, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=primary\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1942, 300, '_elementor_page_assets', 'a:0:{}'),
(1943, 301, '_elementor_edit_mode', 'builder'),
(1944, 301, '_elementor_template_type', 'wp-page'),
(1945, 301, '_elementor_version', '3.6.1'),
(1946, 301, '_wp_page_template', 'default'),
(1947, 301, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1948, 301, '_elementor_page_assets', 'a:0:{}'),
(1949, 302, '_elementor_edit_mode', 'builder'),
(1950, 302, '_elementor_template_type', 'wp-page'),
(1951, 302, '_elementor_version', '3.6.1'),
(1952, 302, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1953, 302, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1954, 302, '_elementor_page_assets', 'a:0:{}'),
(1955, 303, '_elementor_edit_mode', 'builder'),
(1956, 303, '_elementor_template_type', 'wp-page'),
(1957, 303, '_elementor_version', '3.6.1'),
(1958, 303, '_wp_page_template', 'default'),
(1959, 303, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1960, 303, '_elementor_page_assets', 'a:0:{}'),
(1961, 304, '_elementor_edit_mode', 'builder'),
(1962, 304, '_elementor_template_type', 'wp-page'),
(1963, 304, '_elementor_version', '3.6.1'),
(1964, 304, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1965, 304, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1966, 304, '_elementor_page_assets', 'a:0:{}'),
(1967, 305, '_elementor_edit_mode', 'builder'),
(1968, 305, '_elementor_template_type', 'wp-page'),
(1969, 305, '_elementor_version', '3.6.1'),
(1970, 305, '_wp_page_template', 'default'),
(1971, 305, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1972, 305, '_elementor_page_assets', 'a:0:{}'),
(1973, 306, '_elementor_edit_mode', 'builder'),
(1974, 306, '_elementor_template_type', 'wp-page'),
(1975, 306, '_elementor_version', '3.6.1'),
(1976, 306, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1977, 306, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"4d0e683\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_align\":\"center\",\"btn_bg_normal_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1978, 306, '_elementor_page_assets', 'a:0:{}'),
(1979, 307, '_elementor_edit_mode', 'builder'),
(1980, 307, '_elementor_template_type', 'wp-page'),
(1981, 307, '_elementor_version', '3.6.1'),
(1982, 307, '_wp_page_template', 'default'),
(1983, 307, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1984, 307, '_elementor_page_assets', 'a:0:{}'),
(1985, 308, '_elementor_edit_mode', 'builder'),
(1986, 308, '_elementor_template_type', 'wp-page'),
(1987, 308, '_elementor_version', '3.6.1'),
(1988, 308, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1989, 308, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1990, 308, '_elementor_page_assets', 'a:0:{}'),
(1991, 309, '_elementor_edit_mode', 'builder'),
(1992, 309, '_elementor_template_type', 'wp-page'),
(1993, 309, '_elementor_version', '3.6.1'),
(1994, 309, '_wp_page_template', 'default'),
(1995, 309, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1996, 309, '_elementor_page_assets', 'a:0:{}'),
(1997, 310, '_elementor_edit_mode', 'builder'),
(1998, 310, '_elementor_template_type', 'wp-page'),
(1999, 310, '_elementor_version', '3.6.1'),
(2000, 310, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2001, 310, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2002, 310, '_elementor_page_assets', 'a:0:{}'),
(2003, 311, '_elementor_edit_mode', 'builder'),
(2004, 311, '_elementor_template_type', 'wp-page'),
(2005, 311, '_elementor_version', '3.6.1'),
(2006, 311, '_wp_page_template', 'default'),
(2007, 311, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2008, 311, '_elementor_page_assets', 'a:0:{}'),
(2009, 312, '_elementor_edit_mode', 'builder'),
(2010, 312, '_elementor_template_type', 'wp-page'),
(2011, 312, '_elementor_version', '3.6.1'),
(2012, 312, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2013, 312, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2014, 312, '_elementor_page_assets', 'a:0:{}'),
(2015, 313, '_elementor_edit_mode', 'builder'),
(2016, 313, '_elementor_template_type', 'wp-page'),
(2017, 313, '_elementor_version', '3.6.1'),
(2018, 313, '_wp_page_template', 'default'),
(2019, 313, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2020, 313, '_elementor_page_assets', 'a:0:{}'),
(2021, 314, '_elementor_edit_mode', 'builder'),
(2022, 314, '_elementor_template_type', 'wp-page'),
(2023, 314, '_elementor_version', '3.6.1'),
(2024, 314, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2025, 314, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2026, 314, '_elementor_page_assets', 'a:0:{}'),
(2027, 315, '_elementor_edit_mode', 'builder'),
(2028, 315, '_elementor_template_type', 'wp-page'),
(2029, 315, '_elementor_version', '3.6.1'),
(2030, 315, '_wp_page_template', 'default'),
(2031, 315, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2032, 315, '_elementor_page_assets', 'a:0:{}'),
(2033, 316, '_elementor_edit_mode', 'builder'),
(2034, 316, '_elementor_template_type', 'wp-page'),
(2035, 316, '_elementor_version', '3.6.1'),
(2036, 316, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2037, 316, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2038, 316, '_elementor_page_assets', 'a:0:{}'),
(2039, 317, '_elementor_edit_mode', 'builder'),
(2040, 317, '_elementor_template_type', 'wp-page'),
(2041, 317, '_elementor_version', '3.6.1'),
(2042, 317, '_wp_page_template', 'default'),
(2043, 317, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2044, 317, '_elementor_page_assets', 'a:0:{}'),
(2045, 318, '_elementor_edit_mode', 'builder'),
(2046, 318, '_elementor_template_type', 'wp-page'),
(2047, 318, '_elementor_version', '3.6.1'),
(2048, 318, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2049, 318, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2050, 318, '_elementor_page_assets', 'a:0:{}'),
(2051, 319, '_elementor_edit_mode', 'builder'),
(2052, 319, '_elementor_template_type', 'wp-page'),
(2053, 319, '_elementor_version', '3.6.1'),
(2054, 319, '_wp_page_template', 'default'),
(2055, 319, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2056, 319, '_elementor_page_assets', 'a:0:{}'),
(2057, 320, '_elementor_edit_mode', 'builder'),
(2058, 320, '_elementor_template_type', 'wp-page'),
(2059, 320, '_elementor_version', '3.6.1'),
(2060, 320, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2061, 320, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2062, 320, '_elementor_page_assets', 'a:0:{}'),
(2063, 321, '_elementor_edit_mode', 'builder'),
(2064, 321, '_elementor_template_type', 'wp-page'),
(2065, 321, '_elementor_version', '3.6.1'),
(2066, 321, '_wp_page_template', 'default'),
(2067, 321, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \"},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2068, 321, '_elementor_page_assets', 'a:0:{}'),
(2069, 322, '_elementor_edit_mode', 'builder'),
(2070, 322, '_elementor_template_type', 'wp-page'),
(2071, 322, '_elementor_version', '3.6.1'),
(2072, 322, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2073, 322, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"submit_input_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2074, 322, '_elementor_page_assets', 'a:0:{}'),
(2075, 323, '_elementor_edit_mode', 'builder'),
(2076, 323, '_elementor_template_type', 'wp-page'),
(2077, 323, '_elementor_version', '3.6.1'),
(2078, 323, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2079, 323, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"submit_input_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2080, 323, '_elementor_page_assets', 'a:0:{}'),
(2081, 324, '_elementor_edit_mode', 'builder'),
(2082, 324, '_elementor_template_type', 'wp-page'),
(2083, 324, '_elementor_version', '3.6.1'),
(2084, 324, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2085, 324, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"submit_input_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2086, 324, '_elementor_page_assets', 'a:0:{}'),
(2087, 325, '_elementor_edit_mode', 'builder'),
(2088, 325, '_elementor_template_type', 'wp-page'),
(2089, 325, '_elementor_version', '3.6.1'),
(2090, 325, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2091, 325, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_hover_background\":\"classic\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2092, 325, '_elementor_page_assets', 'a:0:{}'),
(2093, 326, '_elementor_edit_mode', 'builder'),
(2094, 326, '_elementor_template_type', 'wp-page'),
(2095, 326, '_elementor_version', '3.6.1'),
(2096, 326, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2097, 326, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_hover_background\":\"classic\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2098, 326, '_elementor_page_assets', 'a:0:{}'),
(2099, 327, '_elementor_edit_mode', 'builder'),
(2100, 327, '_elementor_template_type', 'wp-page'),
(2101, 327, '_elementor_version', '3.6.1'),
(2102, 327, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2103, 327, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_hover_background\":\"classic\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2104, 327, '_elementor_page_assets', 'a:0:{}'),
(2105, 328, '_elementor_edit_mode', 'builder'),
(2106, 328, '_elementor_template_type', 'wp-page'),
(2107, 328, '_elementor_version', '3.6.1'),
(2108, 328, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2109, 328, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2110, 328, '_elementor_page_assets', 'a:0:{}'),
(2111, 329, '_elementor_edit_mode', 'builder'),
(2112, 329, '_elementor_template_type', 'wp-page'),
(2113, 329, '_elementor_version', '3.6.1'),
(2114, 329, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2115, 329, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2116, 329, '_elementor_page_assets', 'a:0:{}'),
(2117, 330, '_elementor_edit_mode', 'builder'),
(2118, 330, '_elementor_template_type', 'wp-page'),
(2119, 330, '_elementor_version', '3.6.1'),
(2120, 330, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2121, 330, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2122, 330, '_elementor_page_assets', 'a:0:{}'),
(2123, 331, '_elementor_edit_mode', 'builder'),
(2124, 331, '_elementor_template_type', 'wp-page'),
(2125, 331, '_elementor_version', '3.6.1'),
(2126, 331, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2127, 331, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2128, 331, '_elementor_page_assets', 'a:0:{}'),
(2129, 332, '_elementor_edit_mode', 'builder'),
(2130, 332, '_elementor_template_type', 'wp-page'),
(2131, 332, '_elementor_version', '3.6.1'),
(2132, 332, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2133, 332, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2134, 332, '_elementor_page_assets', 'a:0:{}'),
(2135, 333, '_elementor_edit_mode', 'builder'),
(2136, 333, '_elementor_template_type', 'wp-page'),
(2137, 333, '_elementor_version', '3.6.1'),
(2138, 333, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2139, 333, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2140, 333, '_elementor_page_assets', 'a:0:{}'),
(2141, 334, '_elementor_edit_mode', 'builder'),
(2142, 334, '_elementor_template_type', 'wp-page'),
(2143, 334, '_elementor_version', '3.6.1'),
(2144, 334, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2145, 334, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2146, 334, '_elementor_page_assets', 'a:0:{}'),
(2147, 335, '_elementor_edit_mode', 'builder'),
(2148, 335, '_elementor_template_type', 'wp-page'),
(2149, 335, '_elementor_version', '3.6.1'),
(2150, 335, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2151, 335, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2152, 335, '_elementor_page_assets', 'a:0:{}'),
(2153, 336, '_elementor_edit_mode', 'builder'),
(2154, 336, '_elementor_template_type', 'wp-page'),
(2155, 336, '_elementor_version', '3.6.1'),
(2156, 336, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2157, 336, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title_color\":\"#CBAB27\",\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2158, 336, '_elementor_page_assets', 'a:0:{}'),
(2159, 337, '_elementor_edit_mode', 'builder'),
(2160, 337, '_elementor_template_type', 'wp-page'),
(2161, 337, '_elementor_version', '3.6.1'),
(2162, 337, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2163, 337, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us now\",\"divider\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2164, 337, '_elementor_page_assets', 'a:0:{}'),
(2165, 338, '_elementor_edit_mode', 'builder'),
(2166, 338, '_elementor_template_type', 'wp-page'),
(2167, 338, '_elementor_version', '3.6.1'),
(2168, 338, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2169, 338, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us now\",\"divider\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2170, 338, '_elementor_page_assets', 'a:0:{}'),
(2171, 339, '_elementor_edit_mode', 'builder'),
(2172, 339, '_elementor_template_type', 'wp-page'),
(2173, 339, '_elementor_version', '3.6.1'),
(2174, 339, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2175, 339, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"We are the Leader in Branding and designing\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159f8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us now\",\"divider\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title2_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2176, 339, '_elementor_page_assets', 'a:0:{}'),
(2177, 340, '_elementor_edit_mode', 'builder'),
(2178, 340, '_elementor_template_type', 'wp-page'),
(2179, 340, '_elementor_version', '3.6.1'),
(2180, 340, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2181, 340, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2182, 340, '_elementor_page_assets', 'a:0:{}'),
(2183, 341, '_elementor_edit_mode', 'builder'),
(2184, 341, '_elementor_template_type', 'wp-page'),
(2185, 341, '_elementor_version', '3.6.1'),
(2186, 341, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2187, 341, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2188, 341, '_elementor_page_assets', 'a:0:{}'),
(2189, 342, '_elementor_edit_mode', 'builder'),
(2190, 342, '_elementor_template_type', 'wp-page'),
(2191, 342, '_elementor_version', '3.6.1'),
(2192, 342, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2193, 342, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2194, 342, '_elementor_page_assets', 'a:0:{}'),
(2195, 343, '_elementor_edit_mode', 'builder'),
(2196, 343, '_elementor_template_type', 'wp-page'),
(2197, 343, '_elementor_version', '3.6.1'),
(2198, 343, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2199, 343, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2200, 343, '_elementor_page_assets', 'a:0:{}'),
(2201, 344, '_elementor_edit_mode', 'builder'),
(2202, 344, '_elementor_template_type', 'wp-page'),
(2203, 344, '_elementor_version', '3.6.1'),
(2204, 344, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2205, 344, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2206, 344, '_elementor_page_assets', 'a:0:{}'),
(2207, 345, '_elementor_edit_mode', 'builder'),
(2208, 345, '_elementor_template_type', 'wp-page'),
(2209, 345, '_elementor_version', '3.6.1'),
(2210, 345, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2211, 345, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2212, 345, '_elementor_page_assets', 'a:0:{}'),
(2213, 346, '_elementor_edit_mode', 'builder'),
(2214, 346, '_elementor_template_type', 'wp-page'),
(2215, 346, '_elementor_version', '3.6.1'),
(2216, 346, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2217, 346, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2218, 346, '_elementor_page_assets', 'a:0:{}'),
(2219, 347, '_elementor_edit_mode', 'builder'),
(2220, 347, '_elementor_template_type', 'wp-page'),
(2221, 347, '_elementor_version', '3.6.1'),
(2222, 347, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2223, 347, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2224, 347, '_elementor_page_assets', 'a:0:{}'),
(2225, 348, '_elementor_edit_mode', 'builder'),
(2226, 348, '_elementor_template_type', 'wp-page'),
(2227, 348, '_elementor_version', '3.6.1'),
(2228, 348, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2229, 348, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2230, 348, '_elementor_page_assets', 'a:0:{}'),
(2231, 349, '_elementor_edit_mode', 'builder'),
(2232, 349, '_elementor_template_type', 'wp-page'),
(2233, 349, '_elementor_version', '3.6.1'),
(2234, 349, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2235, 349, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2236, 349, '_elementor_page_assets', 'a:0:{}'),
(2237, 350, '_elementor_edit_mode', 'builder'),
(2238, 350, '_elementor_template_type', 'wp-page'),
(2239, 350, '_elementor_version', '3.6.1'),
(2240, 350, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2241, 350, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2242, 350, '_elementor_page_assets', 'a:0:{}'),
(2243, 351, '_elementor_edit_mode', 'builder'),
(2244, 351, '_elementor_template_type', 'wp-page'),
(2245, 351, '_elementor_version', '3.6.1'),
(2246, 351, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2247, 351, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2248, 351, '_elementor_page_assets', 'a:0:{}'),
(2249, 352, '_elementor_edit_mode', 'builder'),
(2250, 352, '_elementor_template_type', 'wp-page'),
(2251, 352, '_elementor_version', '3.6.1'),
(2252, 352, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2253, 352, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2254, 352, '_elementor_page_assets', 'a:0:{}'),
(2255, 353, '_elementor_edit_mode', 'builder'),
(2256, 353, '_elementor_template_type', 'wp-page'),
(2257, 353, '_elementor_version', '3.6.1'),
(2258, 353, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2259, 353, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2260, 353, '_elementor_page_assets', 'a:0:{}'),
(2261, 354, '_elementor_edit_mode', 'builder'),
(2262, 354, '_elementor_template_type', 'wp-page'),
(2263, 354, '_elementor_version', '3.6.1'),
(2264, 354, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2265, 354, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\"},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2266, 354, '_elementor_page_assets', 'a:0:{}'),
(2267, 355, '_elementor_edit_mode', 'builder'),
(2268, 355, '_elementor_template_type', 'wp-page'),
(2269, 355, '_elementor_version', '3.6.1'),
(2270, 355, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2271, 355, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2272, 355, '_elementor_page_assets', 'a:0:{}'),
(2273, 356, '_elementor_edit_mode', 'builder'),
(2274, 356, '_elementor_template_type', 'wp-page'),
(2275, 356, '_elementor_version', '3.6.1'),
(2276, 356, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2277, 356, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2278, 356, '_elementor_page_assets', 'a:0:{}'),
(2279, 357, '_elementor_edit_mode', 'builder'),
(2280, 357, '_elementor_template_type', 'wp-page'),
(2281, 357, '_elementor_version', '3.6.1'),
(2282, 357, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2283, 357, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2284, 357, '_elementor_page_assets', 'a:0:{}'),
(2285, 358, '_elementor_edit_mode', 'builder'),
(2286, 358, '_elementor_template_type', 'wp-page'),
(2287, 358, '_elementor_version', '3.6.1'),
(2288, 358, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2289, 358, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2290, 358, '_elementor_page_assets', 'a:0:{}'),
(2291, 359, '_elementor_edit_mode', 'builder'),
(2292, 359, '_elementor_template_type', 'wp-page'),
(2293, 359, '_elementor_version', '3.6.1'),
(2294, 359, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2295, 359, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2296, 359, '_elementor_page_assets', 'a:0:{}'),
(2297, 360, '_elementor_edit_mode', 'builder'),
(2298, 360, '_elementor_template_type', 'wp-page'),
(2299, 360, '_elementor_version', '3.6.1'),
(2300, 360, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2301, 360, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2302, 360, '_elementor_page_assets', 'a:0:{}'),
(2303, 361, '_elementor_edit_mode', 'builder'),
(2304, 361, '_elementor_template_type', 'wp-page'),
(2305, 361, '_elementor_version', '3.6.1'),
(2306, 361, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2307, 361, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2308, 361, '_elementor_page_assets', 'a:0:{}'),
(2309, 362, '_elementor_edit_mode', 'builder'),
(2310, 362, '_elementor_template_type', 'wp-page'),
(2311, 362, '_elementor_version', '3.6.1'),
(2312, 362, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2313, 362, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2314, 362, '_elementor_page_assets', 'a:0:{}'),
(2315, 363, '_elementor_edit_mode', 'builder'),
(2316, 363, '_elementor_template_type', 'wp-page'),
(2317, 363, '_elementor_version', '3.6.1'),
(2318, 363, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2319, 363, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2320, 363, '_elementor_page_assets', 'a:0:{}'),
(2321, 364, '_elementor_edit_mode', 'builder'),
(2322, 364, '_elementor_template_type', 'wp-page'),
(2323, 364, '_elementor_version', '3.6.1'),
(2324, 364, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2325, 364, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2326, 364, '_elementor_page_assets', 'a:0:{}'),
(2327, 365, '_elementor_edit_mode', 'builder'),
(2328, 365, '_elementor_template_type', 'wp-page'),
(2329, 365, '_elementor_version', '3.6.1'),
(2330, 365, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2331, 365, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2332, 365, '_elementor_page_assets', 'a:0:{}'),
(2333, 366, '_elementor_edit_mode', 'builder'),
(2334, 366, '_elementor_template_type', 'wp-page'),
(2335, 366, '_elementor_version', '3.6.1'),
(2336, 366, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2337, 366, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"700\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2338, 366, '_elementor_page_assets', 'a:0:{}'),
(2339, 367, '_elementor_edit_mode', 'builder'),
(2340, 367, '_elementor_template_type', 'wp-page'),
(2341, 367, '_elementor_version', '3.6.1'),
(2342, 367, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2343, 367, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2344, 367, '_elementor_page_assets', 'a:0:{}'),
(2345, 368, '_elementor_edit_mode', 'builder'),
(2346, 368, '_elementor_template_type', 'wp-page'),
(2347, 368, '_elementor_version', '3.6.1'),
(2348, 368, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2349, 368, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2350, 368, '_elementor_page_assets', 'a:0:{}'),
(2351, 369, '_elementor_edit_mode', 'builder'),
(2352, 369, '_elementor_template_type', 'wp-page'),
(2353, 369, '_elementor_version', '3.6.1'),
(2354, 369, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2355, 369, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2356, 369, '_elementor_page_assets', 'a:0:{}'),
(2357, 370, '_elementor_edit_mode', 'builder'),
(2358, 370, '_elementor_template_type', 'wp-page'),
(2359, 370, '_elementor_version', '3.6.1'),
(2360, 370, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2361, 370, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2362, 370, '_elementor_page_assets', 'a:0:{}'),
(2363, 371, '_elementor_edit_mode', 'builder'),
(2364, 371, '_elementor_template_type', 'wp-page'),
(2365, 371, '_elementor_version', '3.6.1'),
(2366, 371, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2367, 371, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2368, 371, '_elementor_page_assets', 'a:0:{}'),
(2369, 372, '_elementor_edit_mode', 'builder'),
(2370, 372, '_elementor_template_type', 'wp-page'),
(2371, 372, '_elementor_version', '3.6.1'),
(2372, 372, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2373, 372, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2374, 372, '_elementor_page_assets', 'a:0:{}'),
(2375, 373, '_elementor_edit_mode', 'builder'),
(2376, 373, '_elementor_template_type', 'wp-page'),
(2377, 373, '_elementor_version', '3.6.1'),
(2378, 373, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2379, 373, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2380, 373, '_elementor_page_assets', 'a:0:{}'),
(2381, 374, '_elementor_edit_mode', 'builder'),
(2382, 374, '_elementor_template_type', 'wp-page'),
(2383, 374, '_elementor_version', '3.6.1'),
(2384, 374, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2385, 374, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2386, 374, '_elementor_page_assets', 'a:0:{}'),
(2387, 375, '_elementor_edit_mode', 'builder'),
(2388, 375, '_elementor_template_type', 'wp-page'),
(2389, 375, '_elementor_version', '3.6.1'),
(2390, 375, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2391, 375, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2392, 375, '_elementor_page_assets', 'a:0:{}'),
(2393, 376, '_elementor_edit_mode', 'builder'),
(2394, 376, '_elementor_template_type', 'wp-page'),
(2395, 376, '_elementor_version', '3.6.1'),
(2396, 376, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2397, 376, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2398, 376, '_elementor_page_assets', 'a:0:{}'),
(2399, 377, '_elementor_edit_mode', 'builder'),
(2400, 377, '_elementor_template_type', 'wp-page'),
(2401, 377, '_elementor_version', '3.6.1'),
(2402, 377, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2403, 377, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2404, 377, '_elementor_page_assets', 'a:0:{}'),
(2405, 378, '_elementor_edit_mode', 'builder'),
(2406, 378, '_elementor_template_type', 'wp-page'),
(2407, 378, '_elementor_version', '3.6.1'),
(2408, 378, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2409, 378, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2410, 378, '_elementor_page_assets', 'a:0:{}'),
(2411, 379, '_elementor_edit_mode', 'builder'),
(2412, 379, '_elementor_template_type', 'wp-page'),
(2413, 379, '_elementor_version', '3.6.1'),
(2414, 379, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2415, 379, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2416, 379, '_elementor_page_assets', 'a:0:{}'),
(2417, 380, '_elementor_edit_mode', 'builder'),
(2418, 380, '_elementor_template_type', 'wp-page'),
(2419, 380, '_elementor_version', '3.6.1'),
(2420, 380, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2421, 380, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2422, 380, '_elementor_page_assets', 'a:0:{}'),
(2423, 381, '_elementor_edit_mode', 'builder'),
(2424, 381, '_elementor_template_type', 'wp-page'),
(2425, 381, '_elementor_version', '3.6.1'),
(2426, 381, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2427, 381, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2428, 381, '_elementor_page_assets', 'a:0:{}'),
(2429, 382, '_elementor_edit_mode', 'builder'),
(2430, 382, '_elementor_template_type', 'wp-page'),
(2431, 382, '_elementor_version', '3.6.1'),
(2432, 382, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2433, 382, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2434, 382, '_elementor_page_assets', 'a:0:{}'),
(2435, 383, '_elementor_edit_mode', 'builder'),
(2436, 383, '_elementor_template_type', 'wp-page'),
(2437, 383, '_elementor_version', '3.6.1'),
(2438, 383, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2439, 383, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2440, 383, '_elementor_page_assets', 'a:0:{}'),
(2441, 384, '_elementor_edit_mode', 'builder'),
(2442, 384, '_elementor_template_type', 'wp-page'),
(2443, 384, '_elementor_version', '3.6.1'),
(2444, 384, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2445, 384, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63b4c86\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image_max_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_max_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_max_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_z_index\":2,\"aux_position_type\":\"absolute\",\"aux_position_top\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"aux_position_right\":{\"unit\":\"px\",\"size\":-248,\"sizes\":[]},\"aux_position_bottom\":{\"unit\":\"px\",\"size\":-124,\"sizes\":[]},\"aux_position_left\":{\"unit\":\"px\",\"size\":228,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_image\"},{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2446, 384, '_elementor_page_assets', 'a:0:{}'),
(2447, 385, '_elementor_edit_mode', 'builder'),
(2448, 385, '_elementor_template_type', 'wp-page'),
(2449, 385, '_elementor_version', '3.6.1'),
(2450, 385, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2451, 385, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2452, 385, '_elementor_page_assets', 'a:0:{}'),
(2453, 386, '_elementor_edit_mode', 'builder'),
(2454, 386, '_elementor_template_type', 'wp-page'),
(2455, 386, '_elementor_version', '3.6.1'),
(2456, 386, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2457, 386, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2458, 386, '_elementor_page_assets', 'a:0:{}'),
(2459, 387, '_elementor_edit_mode', 'builder'),
(2460, 387, '_elementor_template_type', 'wp-page'),
(2461, 387, '_elementor_version', '3.6.1'),
(2462, 387, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2463, 387, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"title_color\":\"#0B1B35\",\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2464, 387, '_elementor_page_assets', 'a:0:{}'),
(2465, 388, '_elementor_edit_mode', 'builder'),
(2466, 388, '_elementor_template_type', 'wp-page'),
(2467, 388, '_elementor_version', '3.6.1'),
(2468, 388, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2469, 388, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2470, 388, '_elementor_page_assets', 'a:0:{}'),
(2471, 389, '_elementor_edit_mode', 'builder'),
(2472, 389, '_elementor_template_type', 'wp-page'),
(2473, 389, '_elementor_version', '3.6.1'),
(2474, 389, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2475, 389, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2476, 389, '_elementor_page_assets', 'a:0:{}'),
(2477, 390, '_elementor_edit_mode', 'builder'),
(2478, 390, '_elementor_template_type', 'wp-page'),
(2479, 390, '_elementor_version', '3.6.1'),
(2480, 390, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2481, 390, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2482, 390, '_elementor_page_assets', 'a:0:{}'),
(2483, 391, '_elementor_edit_mode', 'builder'),
(2484, 391, '_elementor_template_type', 'wp-page'),
(2485, 391, '_elementor_version', '3.6.1'),
(2486, 391, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2487, 391, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2488, 391, '_elementor_page_assets', 'a:0:{}'),
(2489, 392, '_elementor_edit_mode', 'builder'),
(2490, 392, '_elementor_template_type', 'wp-page'),
(2491, 392, '_elementor_version', '3.6.1'),
(2492, 392, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2493, 392, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2494, 392, '_elementor_page_assets', 'a:0:{}'),
(2495, 393, '_elementor_edit_mode', 'builder'),
(2496, 393, '_elementor_template_type', 'wp-page'),
(2497, 393, '_elementor_version', '3.6.1'),
(2498, 393, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2499, 393, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2500, 393, '_elementor_page_assets', 'a:0:{}'),
(2501, 394, '_elementor_edit_mode', 'builder'),
(2502, 394, '_elementor_template_type', 'wp-page'),
(2503, 394, '_elementor_version', '3.6.1'),
(2504, 394, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2505, 394, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2506, 394, '_elementor_page_assets', 'a:0:{}'),
(2507, 395, '_elementor_edit_mode', 'builder'),
(2508, 395, '_elementor_template_type', 'wp-page'),
(2509, 395, '_elementor_version', '3.6.1'),
(2510, 395, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2511, 395, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2512, 395, '_elementor_page_assets', 'a:0:{}'),
(2513, 396, '_elementor_edit_mode', 'builder'),
(2514, 396, '_elementor_template_type', 'wp-page'),
(2515, 396, '_elementor_version', '3.6.1'),
(2516, 396, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2517, 396, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2518, 396, '_elementor_page_assets', 'a:0:{}'),
(2519, 397, '_elementor_edit_mode', 'builder'),
(2520, 397, '_elementor_template_type', 'wp-page'),
(2521, 397, '_elementor_version', '3.6.1'),
(2522, 397, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2523, 397, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2524, 397, '_elementor_page_assets', 'a:0:{}'),
(2525, 398, '_elementor_edit_mode', 'builder'),
(2526, 398, '_elementor_template_type', 'wp-page'),
(2527, 398, '_elementor_version', '3.6.1'),
(2528, 398, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2529, 398, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2530, 398, '_elementor_page_assets', 'a:0:{}'),
(2531, 399, '_elementor_edit_mode', 'builder'),
(2532, 399, '_elementor_template_type', 'wp-page'),
(2533, 399, '_elementor_version', '3.6.1'),
(2534, 399, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2535, 399, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2536, 399, '_elementor_page_assets', 'a:0:{}'),
(2537, 400, '_elementor_edit_mode', 'builder'),
(2538, 400, '_elementor_template_type', 'wp-page'),
(2539, 400, '_elementor_version', '3.6.1'),
(2540, 400, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2541, 400, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2542, 400, '_elementor_page_assets', 'a:0:{}'),
(2543, 401, '_elementor_edit_mode', 'builder'),
(2544, 401, '_elementor_template_type', 'wp-page'),
(2545, 401, '_elementor_version', '3.6.1'),
(2546, 401, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2547, 401, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2548, 401, '_elementor_page_assets', 'a:0:{}'),
(2549, 402, '_elementor_edit_mode', 'builder'),
(2550, 402, '_elementor_template_type', 'wp-page'),
(2551, 402, '_elementor_version', '3.6.1'),
(2552, 402, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2553, 402, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2554, 402, '_elementor_page_assets', 'a:0:{}'),
(2555, 403, '_elementor_edit_mode', 'builder'),
(2556, 403, '_elementor_template_type', 'wp-page'),
(2557, 403, '_elementor_version', '3.6.1'),
(2558, 403, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2559, 403, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2560, 403, '_elementor_page_assets', 'a:0:{}'),
(2561, 404, '_elementor_edit_mode', 'builder'),
(2562, 404, '_elementor_template_type', 'wp-page'),
(2563, 404, '_elementor_version', '3.6.1'),
(2564, 404, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2565, 404, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2566, 404, '_elementor_page_assets', 'a:0:{}'),
(2567, 405, '_elementor_edit_mode', 'builder'),
(2568, 405, '_elementor_template_type', 'wp-page'),
(2569, 405, '_elementor_version', '3.6.1'),
(2570, 405, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2571, 405, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2572, 405, '_elementor_page_assets', 'a:0:{}'),
(2573, 406, '_elementor_edit_mode', 'builder'),
(2574, 406, '_elementor_template_type', 'wp-page'),
(2575, 406, '_elementor_version', '3.6.1'),
(2576, 406, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2577, 406, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2578, 406, '_elementor_page_assets', 'a:0:{}'),
(2579, 407, '_elementor_edit_mode', 'builder'),
(2580, 407, '_elementor_template_type', 'wp-page'),
(2581, 407, '_elementor_version', '3.6.1'),
(2582, 407, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2583, 407, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2584, 407, '_elementor_page_assets', 'a:0:{}'),
(2585, 408, '_elementor_edit_mode', 'builder'),
(2586, 408, '_elementor_template_type', 'wp-page'),
(2587, 408, '_elementor_version', '3.6.1'),
(2588, 408, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2589, 408, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2590, 408, '_elementor_page_assets', 'a:0:{}'),
(2591, 409, '_elementor_edit_mode', 'builder'),
(2592, 409, '_elementor_template_type', 'wp-page'),
(2593, 409, '_elementor_version', '3.6.1'),
(2594, 409, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2595, 409, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2596, 409, '_elementor_page_assets', 'a:0:{}'),
(2597, 410, '_elementor_edit_mode', 'builder'),
(2598, 410, '_elementor_template_type', 'wp-page'),
(2599, 410, '_elementor_version', '3.6.1'),
(2600, 410, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2601, 410, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2602, 410, '_elementor_page_assets', 'a:0:{}'),
(2603, 411, '_elementor_edit_mode', 'builder'),
(2604, 411, '_elementor_template_type', 'wp-page'),
(2605, 411, '_elementor_version', '3.6.1'),
(2606, 411, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2607, 411, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2608, 411, '_elementor_page_assets', 'a:0:{}'),
(2609, 412, '_elementor_edit_mode', 'builder'),
(2610, 412, '_elementor_template_type', 'wp-page'),
(2611, 412, '_elementor_version', '3.6.1'),
(2612, 412, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2613, 412, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2614, 412, '_elementor_page_assets', 'a:0:{}'),
(2615, 413, '_elementor_edit_mode', 'builder'),
(2616, 413, '_elementor_template_type', 'wp-page'),
(2617, 413, '_elementor_version', '3.6.1'),
(2618, 413, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2619, 413, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2620, 413, '_elementor_page_assets', 'a:0:{}'),
(2621, 414, '_elementor_edit_mode', 'builder'),
(2622, 414, '_elementor_template_type', 'wp-page'),
(2623, 414, '_elementor_version', '3.6.1'),
(2624, 414, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2625, 414, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2626, 414, '_elementor_page_assets', 'a:0:{}'),
(2627, 415, '_elementor_edit_mode', 'builder'),
(2628, 415, '_elementor_template_type', 'wp-page'),
(2629, 415, '_elementor_version', '3.6.1'),
(2630, 415, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2631, 415, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2632, 415, '_elementor_page_assets', 'a:0:{}'),
(2633, 416, '_elementor_edit_mode', 'builder'),
(2634, 416, '_elementor_template_type', 'wp-page'),
(2635, 416, '_elementor_version', '3.6.1'),
(2636, 416, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2637, 416, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2638, 416, '_elementor_page_assets', 'a:0:{}'),
(2639, 417, '_elementor_edit_mode', 'builder'),
(2640, 417, '_elementor_template_type', 'wp-page'),
(2641, 417, '_elementor_version', '3.6.1'),
(2642, 417, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2643, 417, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2644, 417, '_elementor_page_assets', 'a:0:{}'),
(2645, 418, '_elementor_edit_mode', 'builder'),
(2646, 418, '_elementor_template_type', 'wp-page'),
(2647, 418, '_elementor_version', '3.6.1'),
(2648, 418, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2649, 418, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2650, 418, '_elementor_page_assets', 'a:0:{}'),
(2651, 419, '_elementor_edit_mode', 'builder'),
(2652, 419, '_elementor_template_type', 'wp-page'),
(2653, 419, '_elementor_version', '3.6.1'),
(2654, 419, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2655, 419, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2656, 419, '_elementor_page_assets', 'a:0:{}'),
(2657, 420, '_elementor_edit_mode', 'builder'),
(2658, 420, '_elementor_template_type', 'wp-page'),
(2659, 420, '_elementor_version', '3.6.1'),
(2660, 420, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2661, 420, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2662, 420, '_elementor_page_assets', 'a:0:{}'),
(2663, 421, '_elementor_edit_mode', 'builder'),
(2664, 421, '_elementor_template_type', 'wp-page'),
(2665, 421, '_elementor_version', '3.6.1'),
(2666, 421, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2667, 421, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2668, 421, '_elementor_page_assets', 'a:0:{}'),
(2669, 422, '_elementor_edit_mode', 'builder'),
(2670, 422, '_elementor_template_type', 'wp-page'),
(2671, 422, '_elementor_version', '3.6.1'),
(2672, 422, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2673, 422, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2674, 422, '_elementor_page_assets', 'a:0:{}'),
(2675, 423, '_elementor_edit_mode', 'builder'),
(2676, 423, '_elementor_template_type', 'wp-page'),
(2677, 423, '_elementor_version', '3.6.1'),
(2678, 423, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2679, 423, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2680, 423, '_elementor_page_assets', 'a:0:{}'),
(2681, 424, '_elementor_edit_mode', 'builder'),
(2682, 424, '_elementor_template_type', 'wp-page'),
(2683, 424, '_elementor_version', '3.6.1'),
(2684, 424, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2685, 424, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2686, 424, '_elementor_page_assets', 'a:0:{}'),
(2687, 425, '_elementor_edit_mode', 'builder'),
(2688, 425, '_elementor_template_type', 'wp-page'),
(2689, 425, '_elementor_version', '3.6.1'),
(2690, 425, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2691, 425, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2692, 425, '_elementor_page_assets', 'a:0:{}'),
(2693, 426, '_elementor_edit_mode', 'builder'),
(2694, 426, '_elementor_template_type', 'wp-page'),
(2695, 426, '_elementor_version', '3.6.1'),
(2696, 426, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2697, 426, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2698, 426, '_elementor_page_assets', 'a:0:{}'),
(2699, 427, '_elementor_edit_mode', 'builder'),
(2700, 427, '_elementor_template_type', 'wp-page'),
(2701, 427, '_elementor_version', '3.6.1'),
(2702, 427, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2703, 427, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2704, 427, '_elementor_page_assets', 'a:0:{}'),
(2705, 428, '_elementor_edit_mode', 'builder'),
(2706, 428, '_elementor_template_type', 'wp-page'),
(2707, 428, '_elementor_version', '3.6.1'),
(2708, 428, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2709, 428, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2710, 428, '_elementor_page_assets', 'a:0:{}'),
(2711, 429, '_elementor_edit_mode', 'builder'),
(2712, 429, '_elementor_template_type', 'wp-page'),
(2713, 429, '_elementor_version', '3.6.1'),
(2714, 429, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2715, 429, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2716, 429, '_elementor_page_assets', 'a:0:{}'),
(2717, 430, '_elementor_edit_mode', 'builder'),
(2718, 430, '_elementor_template_type', 'wp-page'),
(2719, 430, '_elementor_version', '3.6.1'),
(2720, 430, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2721, 430, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2722, 430, '_elementor_page_assets', 'a:0:{}'),
(2723, 431, '_elementor_edit_mode', 'builder'),
(2724, 431, '_elementor_template_type', 'wp-page'),
(2725, 431, '_elementor_version', '3.6.1'),
(2726, 431, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2727, 431, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2728, 431, '_elementor_page_assets', 'a:0:{}'),
(2729, 432, '_elementor_edit_mode', 'builder'),
(2730, 432, '_elementor_template_type', 'wp-page'),
(2731, 432, '_elementor_version', '3.6.1'),
(2732, 432, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2733, 432, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2734, 432, '_elementor_page_assets', 'a:0:{}'),
(2735, 433, '_elementor_edit_mode', 'builder'),
(2736, 433, '_elementor_template_type', 'wp-page'),
(2737, 433, '_elementor_version', '3.6.1'),
(2738, 433, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2739, 433, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2740, 433, '_elementor_page_assets', 'a:0:{}'),
(2741, 434, '_elementor_edit_mode', 'builder'),
(2742, 434, '_elementor_template_type', 'wp-page'),
(2743, 434, '_elementor_version', '3.6.1'),
(2744, 434, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2745, 434, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2746, 434, '_elementor_page_assets', 'a:0:{}'),
(2747, 435, '_elementor_edit_mode', 'builder'),
(2748, 435, '_elementor_template_type', 'wp-page'),
(2749, 435, '_elementor_version', '3.6.1'),
(2750, 435, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2751, 435, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2752, 435, '_elementor_page_assets', 'a:0:{}'),
(2753, 436, '_elementor_edit_mode', 'builder'),
(2754, 436, '_elementor_template_type', 'wp-page'),
(2755, 436, '_elementor_version', '3.6.1'),
(2756, 436, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2757, 436, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2758, 436, '_elementor_page_assets', 'a:0:{}'),
(2759, 437, '_elementor_edit_mode', 'builder'),
(2760, 437, '_elementor_template_type', 'wp-page'),
(2761, 437, '_elementor_version', '3.6.1'),
(2762, 437, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2763, 437, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2764, 437, '_elementor_page_assets', 'a:0:{}'),
(2765, 438, '_elementor_edit_mode', 'builder'),
(2766, 438, '_elementor_template_type', 'wp-page'),
(2767, 438, '_elementor_version', '3.6.1'),
(2768, 438, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2769, 438, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2770, 438, '_elementor_page_assets', 'a:0:{}'),
(2771, 439, '_elementor_edit_mode', 'builder'),
(2772, 439, '_elementor_template_type', 'wp-page'),
(2773, 439, '_elementor_version', '3.6.1'),
(2774, 439, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2775, 439, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2776, 439, '_elementor_page_assets', 'a:0:{}'),
(2777, 440, '_elementor_edit_mode', 'builder'),
(2778, 440, '_elementor_template_type', 'wp-page'),
(2779, 440, '_elementor_version', '3.6.1'),
(2780, 440, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2781, 440, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2782, 440, '_elementor_page_assets', 'a:0:{}'),
(2783, 441, '_elementor_edit_mode', 'builder'),
(2784, 441, '_elementor_template_type', 'wp-page'),
(2785, 441, '_elementor_version', '3.6.1'),
(2786, 441, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2787, 441, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2788, 441, '_elementor_page_assets', 'a:0:{}'),
(2789, 442, '_elementor_edit_mode', 'builder'),
(2790, 442, '_elementor_template_type', 'wp-page'),
(2791, 442, '_elementor_version', '3.6.1'),
(2792, 442, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2793, 442, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2794, 442, '_elementor_page_assets', 'a:0:{}'),
(2795, 443, '_elementor_edit_mode', 'builder'),
(2796, 443, '_elementor_template_type', 'wp-page'),
(2797, 443, '_elementor_version', '3.6.1'),
(2798, 443, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2799, 443, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2800, 443, '_elementor_page_assets', 'a:0:{}'),
(2801, 444, '_elementor_edit_mode', 'builder'),
(2802, 444, '_elementor_template_type', 'wp-page'),
(2803, 444, '_elementor_version', '3.6.1'),
(2804, 444, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2805, 444, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2806, 444, '_elementor_page_assets', 'a:0:{}'),
(2807, 445, '_elementor_edit_mode', 'builder'),
(2808, 445, '_elementor_template_type', 'wp-page'),
(2809, 445, '_elementor_version', '3.6.1'),
(2810, 445, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2811, 445, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2812, 445, '_elementor_page_assets', 'a:0:{}'),
(2819, 447, '_elementor_edit_mode', 'builder'),
(2820, 447, '_elementor_template_type', 'wp-page'),
(2821, 447, '_elementor_version', '3.6.1'),
(2822, 447, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2823, 447, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2824, 447, '_elementor_page_assets', 'a:0:{}'),
(2825, 448, '_elementor_edit_mode', 'builder'),
(2826, 448, '_elementor_template_type', 'wp-page'),
(2827, 448, '_elementor_version', '3.6.1'),
(2828, 448, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2829, 448, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"We amplify brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2830, 448, '_elementor_page_assets', 'a:0:{}'),
(2831, 449, '_elementor_edit_mode', 'builder'),
(2832, 449, '_elementor_template_type', 'wp-page'),
(2833, 449, '_elementor_version', '3.6.1'),
(2834, 449, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2835, 449, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2836, 449, '_elementor_page_assets', 'a:0:{}'),
(2837, 450, '_elementor_edit_mode', 'builder'),
(2838, 450, '_elementor_template_type', 'wp-page'),
(2839, 450, '_elementor_version', '3.6.1'),
(2840, 450, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2841, 450, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2842, 450, '_elementor_page_assets', 'a:0:{}'),
(2843, 451, '_elementor_edit_mode', 'builder'),
(2844, 451, '_elementor_template_type', 'wp-page'),
(2845, 451, '_elementor_version', '3.6.1'),
(2846, 451, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2847, 451, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand voices through branding, marketing and content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2848, 451, '_elementor_page_assets', 'a:0:{}'),
(2849, 452, '_elementor_edit_mode', 'builder'),
(2850, 452, '_elementor_template_type', 'wp-page'),
(2851, 452, '_elementor_version', '3.6.1'),
(2852, 452, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2853, 452, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2854, 452, '_elementor_page_assets', 'a:0:{}'),
(2855, 453, '_elementor_edit_mode', 'builder'),
(2856, 453, '_elementor_template_type', 'wp-page'),
(2857, 453, '_elementor_version', '3.6.1'),
(2858, 453, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2859, 453, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2860, 453, '_elementor_page_assets', 'a:0:{}'),
(2861, 454, '_elementor_edit_mode', 'builder'),
(2862, 454, '_elementor_template_type', 'wp-page'),
(2863, 454, '_elementor_version', '3.6.1'),
(2864, 454, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2865, 454, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2866, 454, '_elementor_page_assets', 'a:0:{}'),
(2867, 455, '_elementor_edit_mode', 'builder'),
(2868, 455, '_elementor_template_type', 'wp-page'),
(2869, 455, '_elementor_version', '3.6.1'),
(2870, 455, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2871, 455, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2872, 455, '_elementor_page_assets', 'a:0:{}'),
(2873, 456, '_elementor_edit_mode', 'builder'),
(2874, 456, '_elementor_template_type', 'wp-page'),
(2875, 456, '_elementor_version', '3.6.1'),
(2876, 456, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2877, 456, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2878, 456, '_elementor_page_assets', 'a:0:{}'),
(2879, 457, '_elementor_edit_mode', 'builder'),
(2880, 457, '_elementor_template_type', 'wp-page'),
(2881, 457, '_elementor_version', '3.6.1'),
(2882, 457, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2883, 457, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2884, 457, '_elementor_page_assets', 'a:0:{}'),
(2885, 458, '_elementor_edit_mode', 'builder'),
(2886, 458, '_elementor_template_type', 'wp-page'),
(2887, 458, '_elementor_version', '3.6.1'),
(2888, 458, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2889, 458, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2890, 458, '_elementor_page_assets', 'a:0:{}'),
(2891, 459, '_elementor_edit_mode', 'builder'),
(2892, 459, '_elementor_template_type', 'wp-page'),
(2893, 459, '_elementor_version', '3.6.1'),
(2894, 459, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2895, 459, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2896, 459, '_elementor_page_assets', 'a:0:{}'),
(2897, 460, '_elementor_edit_mode', 'builder'),
(2898, 460, '_elementor_template_type', 'wp-page'),
(2899, 460, '_elementor_version', '3.6.1'),
(2900, 460, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2901, 460, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2902, 460, '_elementor_page_assets', 'a:0:{}'),
(2903, 461, '_elementor_edit_mode', 'builder'),
(2904, 461, '_elementor_template_type', 'wp-page'),
(2905, 461, '_elementor_version', '3.6.1'),
(2906, 461, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2907, 461, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2908, 461, '_elementor_page_assets', 'a:0:{}'),
(2909, 462, '_elementor_edit_mode', 'builder'),
(2910, 462, '_elementor_template_type', 'wp-page'),
(2911, 462, '_elementor_version', '3.6.1'),
(2912, 462, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2913, 462, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2914, 462, '_elementor_page_assets', 'a:0:{}'),
(2915, 463, '_elementor_edit_mode', 'builder'),
(2916, 463, '_elementor_template_type', 'wp-page'),
(2917, 463, '_elementor_version', '3.6.1'),
(2918, 463, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2919, 463, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a creative agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2920, 463, '_elementor_page_assets', 'a:0:{}'),
(2921, 464, '_elementor_edit_mode', 'builder'),
(2922, 464, '_elementor_template_type', 'wp-page'),
(2923, 464, '_elementor_version', '3.6.1'),
(2924, 464, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2925, 464, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2926, 464, '_elementor_page_assets', 'a:0:{}'),
(2927, 465, '_elementor_edit_mode', 'builder'),
(2928, 465, '_elementor_template_type', 'wp-page'),
(2929, 465, '_elementor_version', '3.6.1'),
(2930, 465, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2931, 465, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2932, 465, '_elementor_page_assets', 'a:0:{}'),
(2933, 466, '_elementor_edit_mode', 'builder'),
(2934, 466, '_elementor_template_type', 'wp-page'),
(2935, 466, '_elementor_version', '3.6.1'),
(2936, 466, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2937, 466, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2938, 466, '_elementor_page_assets', 'a:0:{}'),
(2939, 467, '_elementor_edit_mode', 'builder'),
(2940, 467, '_elementor_template_type', 'wp-page'),
(2941, 467, '_elementor_version', '3.6.1'),
(2942, 467, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2943, 467, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2944, 467, '_elementor_page_assets', 'a:0:{}'),
(2951, 469, '_elementor_edit_mode', 'builder'),
(2952, 469, '_elementor_template_type', 'wp-page'),
(2953, 469, '_elementor_version', '3.6.1'),
(2954, 469, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2955, 469, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2956, 469, '_elementor_page_assets', 'a:0:{}'),
(2957, 470, '_elementor_edit_mode', 'builder'),
(2958, 470, '_elementor_template_type', 'wp-page'),
(2959, 470, '_elementor_version', '3.6.1'),
(2960, 470, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2961, 470, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2962, 470, '_elementor_page_assets', 'a:0:{}'),
(2963, 471, '_elementor_edit_mode', 'builder'),
(2964, 471, '_elementor_template_type', 'wp-page'),
(2965, 471, '_elementor_version', '3.6.1'),
(2966, 471, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2967, 471, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2968, 471, '_elementor_page_assets', 'a:0:{}'),
(2969, 472, '_elementor_edit_mode', 'builder'),
(2970, 472, '_elementor_template_type', 'wp-page'),
(2971, 472, '_elementor_version', '3.6.1'),
(2972, 472, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2973, 472, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2974, 472, '_elementor_page_assets', 'a:0:{}'),
(2975, 473, '_elementor_edit_mode', 'builder'),
(2976, 473, '_elementor_template_type', 'wp-page'),
(2977, 473, '_elementor_version', '3.6.1'),
(2978, 473, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2979, 473, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2980, 473, '_elementor_page_assets', 'a:0:{}'),
(2981, 474, '_elementor_edit_mode', 'builder'),
(2982, 474, '_elementor_template_type', 'wp-page'),
(2983, 474, '_elementor_version', '3.6.1'),
(2984, 474, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2985, 474, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2986, 474, '_elementor_page_assets', 'a:0:{}'),
(2987, 475, '_elementor_edit_mode', 'builder'),
(2988, 475, '_elementor_template_type', 'wp-page'),
(2989, 475, '_elementor_version', '3.6.1'),
(2990, 475, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2991, 475, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2992, 475, '_elementor_page_assets', 'a:0:{}'),
(2993, 476, '_elementor_edit_mode', 'builder'),
(2994, 476, '_elementor_template_type', 'wp-page'),
(2995, 476, '_elementor_version', '3.6.1'),
(2996, 476, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2997, 476, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(2998, 476, '_elementor_page_assets', 'a:0:{}'),
(2999, 477, '_elementor_edit_mode', 'builder'),
(3000, 477, '_elementor_template_type', 'wp-page'),
(3001, 477, '_elementor_version', '3.6.1'),
(3002, 477, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3003, 477, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3004, 477, '_elementor_page_assets', 'a:0:{}'),
(3005, 478, '_elementor_edit_mode', 'builder'),
(3006, 478, '_elementor_template_type', 'wp-page'),
(3007, 478, '_elementor_version', '3.6.1'),
(3008, 478, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3009, 478, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3010, 478, '_elementor_page_assets', 'a:0:{}'),
(3011, 479, '_elementor_edit_mode', 'builder'),
(3012, 479, '_elementor_template_type', 'wp-page'),
(3013, 479, '_elementor_version', '3.6.1'),
(3014, 479, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3015, 479, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"Ultimate Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3016, 479, '_elementor_page_assets', 'a:0:{}'),
(3017, 480, '_elementor_edit_mode', 'builder'),
(3018, 480, '_elementor_template_type', 'wp-page'),
(3019, 480, '_elementor_version', '3.6.1'),
(3020, 480, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3021, 480, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3022, 480, '_elementor_page_assets', 'a:0:{}'),
(3023, 481, '_elementor_edit_mode', 'builder'),
(3024, 481, '_elementor_template_type', 'wp-page'),
(3025, 481, '_elementor_version', '3.6.1'),
(3026, 481, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3027, 481, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3028, 481, '_elementor_page_assets', 'a:0:{}'),
(3029, 482, '_elementor_edit_mode', 'builder'),
(3030, 482, '_elementor_template_type', 'wp-page'),
(3031, 482, '_elementor_version', '3.6.1'),
(3032, 482, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3033, 482, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3034, 482, '_elementor_page_assets', 'a:0:{}'),
(3035, 483, '_elementor_edit_mode', 'builder'),
(3036, 483, '_elementor_template_type', 'wp-page'),
(3037, 483, '_elementor_version', '3.6.1'),
(3038, 483, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3039, 483, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3040, 483, '_elementor_page_assets', 'a:0:{}'),
(3042, 484, '_wp_attached_file', '2022/04/About-us-page-pana.png'),
(3043, 484, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2022/04/About-us-page-pana.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"About-us-page-pana-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"About-us-page-pana-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"About-us-page-pana-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"About-us-page-pana-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"About-us-page-pana-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"About-us-page-pana-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3044, 484, '_wp_attachment_image_alt', 'About us'),
(3045, 485, '_elementor_edit_mode', 'builder'),
(3046, 485, '_elementor_template_type', 'wp-page'),
(3047, 485, '_elementor_version', '3.6.1'),
(3048, 485, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3049, 485, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3050, 485, '_elementor_page_assets', 'a:0:{}'),
(3052, 486, '_elementor_edit_mode', 'builder'),
(3053, 486, '_elementor_template_type', 'wp-page'),
(3054, 486, '_elementor_version', '3.6.1'),
(3055, 486, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3056, 486, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3057, 486, '_elementor_page_assets', 'a:0:{}'),
(3059, 487, '_elementor_edit_mode', 'builder'),
(3060, 487, '_elementor_template_type', 'wp-page'),
(3061, 487, '_elementor_version', '3.6.1'),
(3062, 487, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3063, 487, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3064, 487, '_elementor_page_assets', 'a:0:{}'),
(3067, 488, '_elementor_edit_mode', 'builder'),
(3068, 488, '_elementor_template_type', 'wp-page'),
(3069, 488, '_elementor_version', '3.6.1'),
(3070, 488, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3071, 488, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3072, 488, '_elementor_page_assets', 'a:0:{}'),
(3074, 489, '_elementor_edit_mode', 'builder'),
(3075, 489, '_elementor_template_type', 'wp-page'),
(3076, 489, '_elementor_version', '3.6.1'),
(3077, 489, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3078, 489, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3079, 489, '_elementor_page_assets', 'a:0:{}'),
(3081, 490, '_elementor_edit_mode', 'builder'),
(3082, 490, '_elementor_template_type', 'wp-page'),
(3083, 490, '_elementor_version', '3.6.1'),
(3084, 490, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3085, 490, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3086, 490, '_elementor_page_assets', 'a:0:{}'),
(3089, 491, '_wp_attached_file', '2022/04/Growth-curve-cuate.png'),
(3090, 491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2022/04/Growth-curve-cuate.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Growth-curve-cuate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Growth-curve-cuate-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Growth-curve-cuate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Growth-curve-cuate-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Growth-curve-cuate-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Growth-curve-cuate-280x180.png\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3091, 491, '_wp_attachment_image_alt', ''),
(3092, 492, '_elementor_edit_mode', 'builder'),
(3093, 492, '_elementor_template_type', 'wp-page'),
(3094, 492, '_elementor_version', '3.6.1'),
(3095, 492, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3096, 492, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3097, 492, '_elementor_page_assets', 'a:0:{}'),
(3099, 493, '_elementor_edit_mode', 'builder'),
(3100, 493, '_elementor_template_type', 'wp-page'),
(3101, 493, '_elementor_version', '3.6.1'),
(3102, 493, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3103, 493, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\"},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3104, 493, '_elementor_page_assets', 'a:0:{}'),
(3106, 494, '_elementor_edit_mode', 'builder'),
(3107, 494, '_elementor_template_type', 'wp-page'),
(3108, 494, '_elementor_version', '3.6.1'),
(3109, 494, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3110, 494, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3111, 494, '_elementor_page_assets', 'a:0:{}'),
(3114, 495, '_elementor_edit_mode', 'builder'),
(3115, 495, '_elementor_template_type', 'wp-page'),
(3116, 495, '_elementor_version', '3.6.1'),
(3117, 495, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3118, 495, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3119, 495, '_elementor_page_assets', 'a:0:{}'),
(3121, 496, '_elementor_edit_mode', 'builder'),
(3122, 496, '_elementor_template_type', 'wp-page'),
(3123, 496, '_elementor_version', '3.6.1'),
(3124, 496, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3125, 496, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3126, 496, '_elementor_page_assets', 'a:0:{}'),
(3128, 497, '_elementor_edit_mode', 'builder'),
(3129, 497, '_elementor_template_type', 'wp-page'),
(3130, 497, '_elementor_version', '3.6.1'),
(3131, 497, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3132, 497, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3133, 497, '_elementor_page_assets', 'a:0:{}'),
(3136, 498, '_wp_attached_file', '2022/04/WhatsApp-Image-2022-04-02-at-18.45.04.jpeg'),
(3137, 498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:513;s:6:\"height\";i:513;s:4:\"file\";s:50:\"2022/04/WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-04-02-at-18.45.04-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3138, 499, '_wp_attached_file', '2022/04/cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg'),
(3139, 499, '_wp_attachment_context', 'site-icon'),
(3140, 499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:58:\"2022/04/cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-192x192.jpeg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:58:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:56:\"cropped-WhatsApp-Image-2022-04-02-at-18.45.04-32x32.jpeg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3148, 501, '_elementor_edit_mode', 'builder'),
(3149, 501, '_elementor_template_type', 'header'),
(3150, 501, 'auxin-autop', 'no'),
(3151, 501, '_elementor_version', '3.6.1'),
(3152, 501, '_elementor_data', '[{\"id\":\"5f0b9b71\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39461131\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26ee7085\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"22ba5698\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"header-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=text\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=secondary\",\"burger_btn_color\":\"\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"item_background_image\":{\"url\":\"\",\"id\":\"\"},\"item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_background_slideshow_gallery\":[],\"hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_slideshow_gallery\":[],\"menu_item_current_background_image\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_slideshow_gallery\":[],\"sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_background_slideshow_gallery\":[],\"hover_sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_slideshow_gallery\":[],\"sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_slideshow_gallery\":[],\"hover_sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_slideshow_gallery\":[],\"fullscr_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_slideshow_gallery\":[],\"fullscr_hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_slideshow_gallery\":[],\"fullscr_bg_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_menu_box\"},{\"id\":\"54367974\",\"elType\":\"widget\",\"settings\":{\"label\":\"Get Started\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"42\",\"bottom\":\"12\",\"left\":\"42\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_font_weight\":\"500\",\"text_normal_typo_text_transform\":\"capitalize\",\"text_normal_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_normal_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-phone\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"icon\":{\"value\":\"auxicon-arrow-down\",\"library\":\"auxicon\"},\"btn_bg_normal_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"icon_normal_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_slideshow_gallery\":[],\"icon_hover_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3153, 502, '_elementor_edit_mode', 'builder'),
(3154, 502, '_elementor_template_type', 'header'),
(3155, 502, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3156, 502, '_elementor_data', '[{\"id\":\"5f0b9b71\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39461131\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26ee7085\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"22ba5698\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"header-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=text\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=secondary\",\"burger_btn_color\":\"\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"item_background_image\":{\"url\":\"\",\"id\":\"\"},\"item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_background_slideshow_gallery\":[],\"hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_slideshow_gallery\":[],\"menu_item_current_background_image\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_slideshow_gallery\":[],\"sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_background_slideshow_gallery\":[],\"hover_sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_slideshow_gallery\":[],\"sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_slideshow_gallery\":[],\"hover_sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_slideshow_gallery\":[],\"fullscr_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_slideshow_gallery\":[],\"fullscr_hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_slideshow_gallery\":[],\"fullscr_bg_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_menu_box\"},{\"id\":\"54367974\",\"elType\":\"widget\",\"settings\":{\"label\":\"Get Started\",\"btn_bg_normal_background\":\"classic\",\"btn_box_shadow_normal_box_shadow_type\":\"yes\",\"btn_box_shadow_normal_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"btn_padding_normal\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"42\",\"bottom\":\"12\",\"left\":\"42\",\"isLinked\":\"\"},\"btn_border_radius_normal\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":\"1\"},\"btn_bg_hover_background\":\"classic\",\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"text_normal_typo_typography\":\"custom\",\"text_normal_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_normal_typo_font_weight\":\"500\",\"text_normal_typo_text_transform\":\"capitalize\",\"text_normal_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"text_normal_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-phone\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=primary\",\"btn_bg_hover_color\":\"globals\\/colors?id=secondary\"},\"aux_animation_name\":\"aux-fade-in-right-1\",\"aux_animation_duration\":2000,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"icon\":{\"value\":\"auxicon-arrow-down\",\"library\":\"auxicon\"},\"btn_bg_normal_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_normal_slideshow_gallery\":[],\"btn_bg_hover_image\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"btn_bg_hover_slideshow_gallery\":[],\"icon_normal_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_normal_bg_slideshow_gallery\":[],\"icon_hover_bg_image\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"icon_hover_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3157, 501, '_elementor_page_assets', 'a:0:{}'),
(3158, 503, '_elementor_template_type', 'header'),
(3159, 503, '_elementor_edit_mode', 'builder'),
(3160, 503, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=text\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=secondary\",\"burger_btn_color\":\"\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3161, 503, '_elementor_version', '3.6.1'),
(3162, 503, '_wp_page_template', 'default'),
(3163, 503, '_elementor_page_assets', 'a:0:{}'),
(3165, 504, '_elementor_template_type', 'header'),
(3166, 504, '_elementor_edit_mode', 'builder'),
(3167, 504, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=secondary\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3168, 504, '_elementor_version', '3.6.1'),
(3169, 504, '_wp_page_template', 'default'),
(3170, 504, '_elementor_page_assets', 'a:0:{}'),
(3171, 505, '_elementor_template_type', 'header'),
(3172, 505, '_elementor_edit_mode', 'builder'),
(3173, 505, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=secondary\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3174, 505, '_elementor_version', '3.6.1'),
(3175, 505, '_wp_page_template', 'default'),
(3176, 505, '_elementor_page_assets', 'a:0:{}'),
(3179, 506, '_elementor_template_type', 'header'),
(3180, 506, '_elementor_edit_mode', 'builder'),
(3181, 506, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"globals\\/colors?id=primary\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#081420\",\"fullscr_item_hover_color\":\"#FD346E\",\"fullscr_bg_color\":\"#6001D3\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3182, 506, '_elementor_version', '3.6.1'),
(3183, 506, '_wp_page_template', 'default'),
(3184, 506, '_elementor_page_assets', 'a:0:{}'),
(3186, 507, '_elementor_template_type', 'header'),
(3187, 507, '_elementor_edit_mode', 'builder'),
(3188, 507, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3189, 507, '_elementor_version', '3.6.1'),
(3190, 507, '_wp_page_template', 'default'),
(3191, 507, '_elementor_page_assets', 'a:0:{}'),
(3193, 508, '_elementor_template_type', 'header'),
(3194, 508, '_elementor_edit_mode', 'builder'),
(3195, 508, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3196, 508, '_elementor_version', '3.6.1'),
(3197, 508, '_wp_page_template', 'default'),
(3198, 508, '_elementor_page_assets', 'a:0:{}'),
(3201, 509, '_wp_attached_file', '2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg'),
(3202, 509, '_wp_attachment_context', 'custom-logo'),
(3203, 509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3206, 511, '_wp_attached_file', '2022/04/cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg'),
(3207, 511, '_wp_attachment_context', 'custom-logo'),
(3208, 511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:68:\"2022/04/cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3219, 514, '_wp_attached_file', '2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg'),
(3220, 514, '_wp_attachment_context', 'custom-logo'),
(3221, 514, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:66:\"2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3226, 515, '_elementor_template_type', 'header'),
(3227, 515, '_elementor_edit_mode', 'builder'),
(3228, 515, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3229, 515, '_elementor_version', '3.6.1'),
(3230, 515, '_wp_page_template', 'default'),
(3231, 515, '_elementor_page_assets', 'a:0:{}'),
(3233, 516, '_elementor_template_type', 'header'),
(3234, 516, '_elementor_edit_mode', 'builder'),
(3235, 516, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3236, 516, '_elementor_version', '3.6.1'),
(3237, 516, '_wp_page_template', 'default'),
(3238, 516, '_elementor_page_assets', 'a:0:{}'),
(3239, 517, '_elementor_template_type', 'header'),
(3240, 517, '_elementor_edit_mode', 'builder'),
(3241, 517, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3242, 517, '_elementor_version', '3.6.1'),
(3243, 517, '_wp_page_template', 'default'),
(3244, 517, '_elementor_page_assets', 'a:0:{}'),
(3247, 518, '_elementor_template_type', 'header'),
(3248, 518, '_elementor_edit_mode', 'builder'),
(3249, 518, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"thumbnail\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3250, 518, '_elementor_version', '3.6.1'),
(3251, 518, '_wp_page_template', 'default'),
(3252, 518, '_elementor_page_assets', 'a:0:{}'),
(3255, 519, '_elementor_template_type', 'header'),
(3256, 519, '_elementor_edit_mode', 'builder'),
(3257, 519, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"thumbnail\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3258, 519, '_elementor_version', '3.6.1'),
(3259, 519, '_wp_page_template', 'default'),
(3260, 519, '_elementor_page_assets', 'a:0:{}'),
(3263, 520, '_elementor_template_type', 'header'),
(3264, 520, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3265, 520, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3266, 520, '_elementor_version', '3.6.1'),
(3267, 520, '_wp_page_template', 'default'),
(3268, 520, '_elementor_page_assets', 'a:0:{}'),
(3271, 521, '_elementor_template_type', 'header'),
(3272, 521, '_elementor_edit_mode', 'builder'),
(3273, 521, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3274, 521, '_elementor_version', '3.6.1'),
(3275, 521, '_wp_page_template', 'default'),
(3276, 521, '_elementor_page_assets', 'a:0:{}'),
(3282, 523, '_elementor_template_type', 'header'),
(3283, 523, '_elementor_edit_mode', 'builder'),
(3284, 523, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9708f6f\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3285, 523, '_elementor_version', '3.6.1'),
(3286, 523, '_wp_page_template', 'default'),
(3287, 523, '_elementor_page_assets', 'a:0:{}'),
(3291, 524, '_elementor_template_type', 'header'),
(3292, 524, '_elementor_edit_mode', 'builder'),
(3293, 524, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e183e45\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#0B1B35\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#EDAE51\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3294, 524, '_elementor_version', '3.6.1'),
(3295, 524, '_wp_page_template', 'default'),
(3296, 524, '_elementor_page_assets', 'a:0:{}'),
(3302, 526, '_elementor_edit_mode', 'builder'),
(3303, 526, '_elementor_template_type', 'footer'),
(3304, 526, 'auxin-autop', 'no'),
(3305, 526, '_elementor_version', '3.6.1'),
(3306, 526, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#EDAE51\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=e9781f3\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"text_color_hover\":\"#F8F8F8\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3307, 527, '_elementor_edit_mode', 'builder'),
(3308, 527, '_elementor_template_type', 'footer'),
(3309, 527, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3310, 527, '_elementor_data', '[{\"id\":\"6f19c3f4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"1000\",\"sizes\":[]},\"column_position\":\"top\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"-340\",\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":\"-425\",\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":\"-250\",\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":\"-200\",\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"background_size_tablet\":\"cover\",\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e2ecec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"-580\",\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"z_index\":\"2\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":\"\"},\"background_ypos\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"__dynamic__\":[],\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(95.99999999999984, 0.9999999999999869, 211, 0.30196078431372547)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7beab0c6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4575f8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20419b07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Community\",\"title_tag\":\"h5\",\"alignment\":\"center\",\"divider\":\"\",\"title_secondary_before\":\"subscribe to our newsletter\",\"title_tag_secondary\":\"h2\",\"description\":\"<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title2_color\":\"#FFFFFF\",\"title2_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"description_width\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"title2_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"title2_typography_text_transform\":\"capitalize\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"aux_animation_name\":\"aux-fade-in-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"title_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_background_slideshow_gallery\":[],\"title_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title_hover_background_slideshow_gallery\":[],\"title2_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_background_slideshow_gallery\":[],\"title2_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_hover_background_slideshow_gallery\":[],\"title2_highlighted_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_background_slideshow_gallery\":[],\"title2_highlighted_hover_background_image\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"title2_highlighted_hover_background_slideshow_gallery\":[],\"divider_backgoundcolor_image\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_backgoundcolor_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"cf1d1a5\",\"elType\":\"widget\",\"settings\":{\"input_typography_typography\":\"custom\",\"text_input_height\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"input_background_background\":\"classic\",\"input_background_color\":\"#B9FFDE00\",\"placeholder_typography_typography\":\"custom\",\"placeholder_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"placeholder_typography_font_style\":\"normal\",\"placeholder_color\":\"#FFFFFF80\",\"submit_input_typography_typography\":\"custom\",\"submit_input_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"submit_input_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"submit_input_max_width\":{\"unit\":\"px\",\"size\":\"180\",\"sizes\":[]},\"submit_input_height\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"submit_input_background_background\":\"classic\",\"custom_css\":\"@media only screen and (min-width: 468px) {\\nselector .mc4wp-form-fields{\\n    position: relative;\\n    margin: 0 auto;\\n}\\n\\nselector .mc4wp-form-fields p:last-child {\\n    position: absolute;\\n    top:10px;\\n    right:10px;\\n}\\n}\\n@media only screen and (max-width: 467px){\\n    selector .mc4wp-form input[type=\\\"submit\\\"]{\\n        max-width:none;\\n        }\\n    selector .mc4wp-form input[type=\\\"email\\\"]{\\n            height:50px;\\n            padding-right:25px;\\n        }\\n        selector .mc4wp-form input[type=\\\"email\\\"] {\\n        padding-left:25px;\\n    }    \\n        \\n}\\n\\n@media only screen and (max-width:800px) and (min-width:768px){\\n    selector .mc4wp-form-fields{\\n        max-width:525px!important;\\n    }\\n}\\n\\n\",\"__dynamic__\":[],\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"submit_input_typography_text_transform\":\"capitalize\",\"submit_input_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"90\",\"sizes\":[]},\"input_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(0, 36.99999999999998, 219, 0.30196078431372547)\"},\"submit_input_background_color_b\":\"\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color_b\":\"\",\"submit_input_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":\"90\",\"sizes\":[]},\"input_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"input_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"input_border_color\":\"#FFFFFFA6\",\"form_container_max_width\":{\"unit\":\"px\",\"size\":\"608\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"30\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(0, 36.99999999999998, 219, 0.30196078431372547)\"},\"sbumit_input_box_shadow_box_shadow_type\":\"yes\",\"sbumit_input_box_shadow_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(253, 51.999999999999986, 109.99999999999996, 0.30196078431372547)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sbumit_input_box_shadow_hover_box_shadow_type\":\"yes\",\"sbumit_input_box_shadow_hover_box_shadow\":{\"horizontal\":\"-15\",\"vertical\":\"20\",\"blur\":\"50\",\"spread\":\"0\",\"color\":\"rgba(252, 219.99999999999994, 0, 0.30196078431372547)\"},\"__globals__\":{\"submit_input_background_hover_color\":\"globals\\/colors?id=b852a13\",\"submit_input_color_normal\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=secondary\",\"submit_input_color_hover\":\"globals\\/colors?id=text\"},\"input_color\":\"#FFFFFFA6\",\"submit_input_color_normal\":\"#FFFFFF\",\"submit_input_typography_font_weight\":\"500\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":\"1\"},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"input_box_shadow_box_shadow_type\":\"yes\",\"submit_input_color_hover\":\"#081420\",\"aux_animation_name\":\"aux-fade-in-down\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_hover_slideshow_gallery\":[],\"submit_input_background_image\":{\"url\":\"\",\"id\":\"\"},\"submit_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"submit_input_background_slideshow_gallery\":[],\"submit_input_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"submit_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"submit_input_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_mailchimp\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"20\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"20\",\"_inline_size\":\"17\",\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"66a85019\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"20\",\"_inline_size\":\"17\",\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"600\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"559086e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Company\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"657edf38\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"footer-menu\",\"type\":\"vertical\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"__dynamic__\":[],\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_mobile\":\"center\",\"item_color\":\"#ABAFC7\",\"menu_item_current_typography_typography\":\"custom\",\"__globals__\":{\"item_hover_color\":\"globals\\/colors?id=primary\"},\"item_background_image\":{\"url\":\"\",\"id\":\"\"},\"item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_background_slideshow_gallery\":[],\"hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_item_background_slideshow_gallery\":[],\"menu_item_current_background_image\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"menu_item_current_background_slideshow_gallery\":[],\"sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_background_slideshow_gallery\":[],\"hover_sub_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_background_slideshow_gallery\":[],\"sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"sub_item_background_slideshow_gallery\":[],\"hover_sub_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hover_sub_item_background_slideshow_gallery\":[],\"fullscr_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_item_background_slideshow_gallery\":[],\"fullscr_hover_item_background_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_hover_item_background_slideshow_gallery\":[],\"fullscr_bg_image\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"fullscr_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"20\",\"_inline_size\":\"17\",\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"20\",\"_inline_size\":\"-8.385\",\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} phlox. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_color\":\"#ABAFC7\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=text\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_before_slideshow_gallery\":[],\"background_pseudo_after_image\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_pseudo_after_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3311, 526, '_elementor_page_assets', 'a:0:{}'),
(3318, 526, '_edit_lock', '1648915030:1'),
(3319, 526, '_wp_page_template', 'default'),
(3320, 529, '_elementor_edit_mode', 'builder'),
(3321, 529, '_elementor_template_type', 'footer'),
(3322, 529, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3323, 529, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} phlox. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_color\":\"#ABAFC7\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=text\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3324, 529, '_elementor_page_assets', 'a:0:{}'),
(3326, 529, '_wp_page_template', 'default'),
(3327, 530, '_elementor_edit_mode', 'builder'),
(3328, 530, '_elementor_template_type', 'footer'),
(3329, 530, '_elementor_version', '3.6.1'),
(3330, 530, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_color\":\"#ABAFC7\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=text\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3331, 530, '_elementor_page_assets', 'a:0:{}'),
(3332, 530, '_wp_page_template', 'default'),
(3333, 531, '_elementor_edit_mode', 'builder'),
(3334, 531, '_elementor_template_type', 'footer'),
(3335, 531, '_elementor_version', '3.6.1'),
(3336, 531, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_color\":\"#ABAFC7\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=text\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3337, 531, '_elementor_page_assets', 'a:0:{}'),
(3338, 531, '_wp_page_template', 'default'),
(3339, 532, '_elementor_edit_mode', 'builder'),
(3340, 532, '_elementor_template_type', 'footer'),
(3341, 532, '_elementor_version', '3.6.1'),
(3342, 532, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=text\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3343, 532, '_elementor_page_assets', 'a:0:{}'),
(3344, 532, '_wp_page_template', 'default'),
(3345, 533, '_elementor_edit_mode', 'builder'),
(3346, 533, '_elementor_template_type', 'footer'),
(3347, 533, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3348, 533, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=primary\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3349, 533, '_elementor_page_assets', 'a:0:{}'),
(3350, 533, '_wp_page_template', 'default'),
(3351, 534, '_elementor_edit_mode', 'builder'),
(3352, 534, '_elementor_template_type', 'footer'),
(3353, 534, '_elementor_version', '3.6.1'),
(3354, 534, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3355, 534, '_elementor_page_assets', 'a:0:{}'),
(3356, 534, '_wp_page_template', 'default'),
(3357, 535, '_elementor_edit_mode', 'builder'),
(3358, 535, '_elementor_template_type', 'footer'),
(3359, 535, '_elementor_version', '3.6.1'),
(3360, 535, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3361, 535, '_elementor_page_assets', 'a:0:{}'),
(3362, 535, '_wp_page_template', 'default'),
(3363, 536, '_elementor_edit_mode', 'builder'),
(3364, 536, '_elementor_template_type', 'footer'),
(3365, 536, '_elementor_version', '3.6.1'),
(3366, 536, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3367, 536, '_elementor_page_assets', 'a:0:{}'),
(3368, 536, '_wp_page_template', 'default'),
(3369, 537, '_elementor_edit_mode', 'builder'),
(3370, 537, '_elementor_template_type', 'footer'),
(3371, 537, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3372, 537, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"text_color\":\"#ABAFC7\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3373, 537, '_elementor_page_assets', 'a:0:{}'),
(3374, 537, '_wp_page_template', 'default'),
(3375, 538, '_elementor_edit_mode', 'builder'),
(3376, 538, '_elementor_template_type', 'footer'),
(3377, 538, '_elementor_version', '3.6.1'),
(3378, 538, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"5c2c39e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"aux_animation_name\":\"aux-scale-up\",\"aux_animation_duration\":\"1500\",\"aux_animation_easing\":\"0.77,0,0.175,1\"},\"elements\":[{\"id\":\"41cdd747\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"logo_type\":\"secondary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":\"\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"aux_logo\"}],\"isInner\":\"\"},{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3379, 538, '_elementor_page_assets', 'a:0:{}'),
(3380, 538, '_wp_page_template', 'default'),
(3381, 539, '_elementor_edit_mode', 'builder'),
(3382, 539, '_elementor_template_type', 'footer'),
(3383, 539, '_elementor_version', '3.6.1'),
(3384, 539, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3385, 539, '_elementor_page_assets', 'a:0:{}'),
(3386, 539, '_wp_page_template', 'default'),
(3387, 540, '_elementor_edit_mode', 'builder'),
(3388, 540, '_elementor_template_type', 'footer'),
(3389, 540, '_elementor_version', '3.6.1'),
(3390, 540, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@yourdomain.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3391, 540, '_elementor_page_assets', 'a:0:{}'),
(3392, 540, '_wp_page_template', 'default'),
(3393, 541, '_elementor_edit_mode', 'builder'),
(3394, 541, '_elementor_template_type', 'footer'),
(3395, 541, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3396, 541, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+99 (0) 101 0000 888 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3397, 541, '_elementor_page_assets', 'a:0:{}'),
(3398, 541, '_wp_page_template', 'default'),
(3399, 542, '_elementor_edit_mode', 'builder'),
(3400, 542, '_elementor_template_type', 'footer'),
(3401, 542, '_elementor_version', '3.6.1'),
(3402, 542, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=e9781f3\",\"text_color\":\"globals\\/colors?id=e183e45\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3403, 542, '_elementor_page_assets', 'a:0:{}'),
(3404, 542, '_wp_page_template', 'default'),
(3413, 544, '_elementor_template_type', 'header'),
(3414, 544, '_elementor_edit_mode', 'builder'),
(3415, 544, '_elementor_data', '[{\"id\":\"6dee6c38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"2cef069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\"},\"elements\":[{\"id\":\"117279d\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_grow\":\"1\",\"aux_animation_name\":\"aux-scale-down\",\"aux_animation_duration\":2500,\"aux_animation_easing\":\"0.77,0,0.175,1\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"150\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_logo\"},{\"id\":\"49fe4892\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"primary-menu\",\"splitter\":\"\",\"indicator\":\"\",\"menu_item_typo_typography\":\"custom\",\"menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"menu_item_typo_text_transform\":\"capitalize\",\"menu_item_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"item_color\":\"globals\\/colors?id=e9781f3\",\"fullscr_bg_color\":\"\",\"fullscr_item_hover_color\":\"globals\\/colors?id=e9781f3\",\"burger_btn_color\":\"\",\"item_hover_color\":\"\",\"fullscr_item_color\":\"globals\\/colors?id=e183e45\"},\"display_burger\":\"custom\",\"breakpoint\":{\"unit\":\"px\",\"size\":\"900\",\"sizes\":[]},\"burger_menu_location\":\"overlay\",\"menu_item_current_typography_typography\":\"custom\",\"menu_item_current_typography_font_weight\":\"bold\",\"fullscr_bg_background\":\"classic\",\"fullscr_close_btn_border_color\":\"#FFFFFF\",\"fullscr_close_btn_symbol_color\":\"#FFFFFF\",\"fullscr_item_color\":\"#0B1B35\",\"fullscr_menu_item_typo_typography\":\"custom\",\"fullscr_menu_item_typo_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"fullscr_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_css\":\"selector .aux-panel-close{\\n    margin-top:50px;\\n}\",\"item_color\":\"#EDAE51\",\"fullscr_item_hover_color\":\"#EDAE51\",\"fullscr_bg_color\":\"#FFFFFF\",\"aux_animation_name\":\"aux-fade-in\",\"aux_animation_duration\":2000,\"aux_animation_delay\":900,\"aux_animation_easing\":\"0.25,0.46,0.45,0.94\",\"menu_item_typo_font_weight\":\"900\",\"item_hover_color\":\"#F8F8F8\",\"burger_btn_style\":\"aux-thick-large\"},\"elements\":[],\"widgetType\":\"aux_menu_box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3416, 544, '_elementor_version', '3.6.1'),
(3417, 544, '_wp_page_template', 'default'),
(3418, 544, '_elementor_page_assets', 'a:0:{}'),
(3420, 545, '_wp_attached_file', '2022/04/WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg'),
(3421, 545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:52:\"2022/04/WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-01-at-15.32.23-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2022-04-01-at-15.32.23-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-01-at-15.32.23-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-01-at-15.32.23-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2022-04-01-at-15.32.23-1-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3422, 545, '_wp_attachment_image_alt', 'AV'),
(3423, 546, '_wp_attached_file', '2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1.jpeg'),
(3424, 546, '_wp_attachment_context', 'custom-logo'),
(3425, 546, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:62:\"2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1-280x180.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3432, 547, '_elementor_edit_mode', 'builder'),
(3433, 547, '_elementor_template_type', 'footer'),
(3434, 547, '_elementor_version', '3.6.1'),
(3435, 547, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#EDAE51\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=e9781f3\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"text_color_hover\":\"#F8F8F8\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3436, 547, '_elementor_page_assets', 'a:0:{}'),
(3437, 547, '_wp_page_template', 'default'),
(3439, 548, '_elementor_edit_mode', 'builder'),
(3440, 548, '_elementor_template_type', 'footer'),
(3441, 548, '_elementor_version', '3.6.1'),
(3442, 548, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#EDAE51\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=e9781f3\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"text_color_hover\":\"#F8F8F8\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3443, 548, '_elementor_page_assets', 'a:0:{}'),
(3444, 548, '_wp_page_template', 'default'),
(3445, 549, '_elementor_edit_mode', 'builder'),
(3446, 549, '_elementor_template_type', 'footer'),
(3447, 549, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3448, 549, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#EDAE51\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=e9781f3\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"text_color_hover\":\"#F8F8F8\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3449, 549, '_elementor_page_assets', 'a:0:{}'),
(3450, 549, '_wp_page_template', 'default'),
(3452, 550, '_elementor_edit_mode', 'builder'),
(3453, 550, '_elementor_template_type', 'wp-page'),
(3454, 550, '_elementor_version', '3.6.1'),
(3455, 550, '_wp_page_template', 'default'),
(3456, 550, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3457, 550, '_elementor_page_assets', 'a:0:{}'),
(3459, 551, '_elementor_edit_mode', 'builder'),
(3460, 551, '_elementor_template_type', 'wp-page'),
(3461, 551, '_elementor_version', '3.6.1'),
(3462, 551, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3463, 551, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact \",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3464, 551, '_elementor_page_assets', 'a:0:{}'),
(3466, 552, '_elementor_edit_mode', 'builder'),
(3467, 552, '_elementor_template_type', 'wp-page'),
(3468, 552, '_elementor_version', '3.6.1'),
(3469, 552, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3470, 552, '_elementor_data', '[{\"id\":\"77050a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6be02b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"db730fd\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/Growth-curve-cuate.png\",\"id\":491,\"alt\":\"AV\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7384ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc8d458\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are a Creative Agency\",\"divider\":\"\",\"title_secondary_before\":\"Amplifying Brand Voices Through Design, Marketing and Content\",\"description\":\"<p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice\\u00a0<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF\",\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_stroke_text_stroke_type\":\"yes\",\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title2_color\":\"globals\\/colors?id=e183e45\",\"title_color\":\"globals\\/colors?id=e9781f3\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"a9174de\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e281e62\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"services\"},\"elements\":[{\"id\":\"b430ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0d1652\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-design-graphic-tablet-streamline-tablet\",\"library\":\"auxin-front-icon\"},\"title\":\"Branding\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#EDAE51\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=e9781f3\",\"icon_color_hover\":\"globals\\/colors?id=e183e45\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=e9781f3\",\"title_color\":\"globals\\/colors?id=e183e45\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#0B1B35\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"4bba5d5\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Social Media Management\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=f99d999\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=f99d999\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"7ca4225\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6331f4f\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"fas fa-ad\",\"library\":\"fa-solid\"},\"title\":\"Digital Marketing\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"globals\\/colors?id=9708f6f\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=9708f6f\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wrapper_content_background_hover_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"aux_text\"},{\"id\":\"fd789ba\",\"elType\":\"widget\",\"settings\":{\"aux_text_icon\":{\"value\":\"auxicon auxicon-computer-network-streamline\",\"library\":\"auxin-front-icon\"},\"title\":\"Content Strategy\",\"display_button\":\"\",\"btn_label\":\"Read More\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"027\",\"right\":\"030\",\"bottom\":\"027\",\"left\":\"30\",\"isLinked\":false},\"icon_bg_color\":\"#616BA9\",\"icon_color_hover\":\"#54595F\",\"icon_bg_color_hover\":\"#FFFFFF\",\"title_hover_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_margin_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_color\":\"#7A7A7A\",\"content_hover_color\":\"#FFFFFF\",\"wrapper_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"wrapper_content_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"wrapper_content_background_normal_background\":\"classic\",\"wrapper_content_background_normal_color\":\"#FFFFFF\",\"wrapper_content_background_normal_color_b\":\"#262626\",\"wrapper_content_background_hover_background\":\"classic\",\"__globals__\":{\"icon_bg_color\":\"\",\"icon_color_hover\":\"globals\\/colors?id=secondary\",\"content_color\":\"globals\\/colors?id=text\",\"wrapper_content_background_normal_color\":\"\",\"wrapper_content_background_hover_color\":\"globals\\/colors?id=2eb314e\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_text\"}],\"isInner\":false},{\"id\":\"4846370\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.664,\"content_position\":\"center\"},\"elements\":[{\"id\":\"626bc89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"divider\":\"\",\"title_secondary_before\":\"People | Brands | Experiences\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title2_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"0de055a\",\"elType\":\"widget\",\"settings\":{\"label\":\"Contact us\",\"btn_bg_normal_background\":\"classic\",\"btn_align_mobile\":\"center\",\"link\":{\"url\":\"#contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_shape\":\"curve\",\"btn_size\":\"lg\",\"btn_bg_hover_background\":\"classic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"btn_bg_normal_color\":\"globals\\/colors?id=e9781f3\",\"btn_bg_hover_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"067b49b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"about\"},\"elements\":[{\"id\":\"27c6739\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2641e1d\",\"elType\":\"widget\",\"settings\":{\"ribbon_text\":\"NEW\",\"image\":{\"url\":\"http:\\/\\/theav.in\\/wp-content\\/uploads\\/2022\\/04\\/About-us-page-pana.png\",\"id\":484,\"alt\":\"About us \",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"aux_image\"}],\"isInner\":false},{\"id\":\"7d92d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4b07353\",\"elType\":\"widget\",\"settings\":{\"title\":\"About team\",\"divider\":\"\",\"title_secondary_before\":\"Contact us now\",\"description\":\"<p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded<\\/p>\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"600\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment_mobile\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\",\"description_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a34140\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"works\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce13d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"da00720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oue Works\",\"divider\":\"\",\"title_secondary_before\":\"The works we are proud of\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"32f7bf0\",\"elType\":\"widget\",\"settings\":{\"columns\":\"3\",\"carousel_navigation_control_text_next\":\"Next\",\"carousel_navigation_control_text_prev\":\"Prev\",\"num\":3,\"space\":140,\"image_aspect_ratio\":\"custom\",\"image_aspect_ratio_custom\":0.56,\"img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"show_info\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1.25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"aux_recent_portfolios_grid_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e4b373\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0100\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"testimonials\"},\"elements\":[{\"id\":\"2032799\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf6a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Testimonial\",\"divider\":\"\",\"title_secondary_before\":\"What our clients say\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":3.75,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e6c8d84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"22f8500\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"957ae18\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"image_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false}},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"35951a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0ee9a7b\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true},{\"id\":\"1121d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"558e3f1\",\"elType\":\"widget\",\"settings\":{\"template\":\"def-img\",\"title\":\"John Doe\",\"subtitle\":\"Manager\",\"content\":\"Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"58\",\"bottom\":\"25\",\"left\":\"58\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"aux_testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93e31c4\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"contact\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"37252d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9258fb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"divider\":\"\",\"title_secondary_before\":\"Amplify your brand now\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Nunito\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"title2_typography_typography\":\"custom\",\"title2_typography_font_family\":\"Nunito\",\"title2_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title2_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Nunito\",\"description_typography_font_weight\":\"500\",\"description_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"alignment\":\"center\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title2_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\",\"title2_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[],\"widgetType\":\"aux_modern_heading\"},{\"id\":\"e36da7f\",\"elType\":\"widget\",\"settings\":{\"general_input_width\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"general_input_max_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"general_input_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"general_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"general_input_width_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"general_input_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"email_input_max_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"email_input_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"labels_color\":\"#FFFFFF\",\"submit_input_color\":\"#FFFFFF\",\"submit_input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"submit_input_background_background\":\"classic\",\"submit_input_background_color\":\"#EDAE51\",\"submit_input_background_hover_background\":\"classic\",\"submit_input_background_hover_color\":\"#0B1B35\",\"__globals__\":{\"submit_input_color\":\"\",\"submit_input_background_color\":\"globals\\/colors?id=e9781f3\",\"submit_input_background_hover_color\":\"globals\\/colors?id=e183e45\",\"labels_color\":\"\"}},\"elements\":[],\"widgetType\":\"aux_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),
(3471, 552, '_elementor_page_assets', 'a:0:{}'),
(3477, 5, '_elementor_css', 'a:6:{s:4:\"time\";i:1648912346;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3478, 7, '_elementor_css', 'a:6:{s:4:\"time\";i:1648912346;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:16:\"auxin-front-icon\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3479, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1648912346;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3481, 554, '_elementor_edit_mode', 'builder'),
(3482, 554, '_elementor_template_type', 'footer'),
(3483, 554, '_elementor_version', '3.6.1'),
(3484, 554, '_elementor_data', '[{\"id\":\"2bed2834\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0300\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"7525c57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"200\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"b3ab386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visit Link\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"296c949c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms &amp; Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"text_color\":\"#EDAE51\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=e9781f3\"},\"custom_css\":\"selector .elementor-icon-list-text{\\n    transition: all 300ms ease-out;\\n}\",\"text_color_hover\":\"#F8F8F8\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"ef6d7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"800\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"52ea0220\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266e64d3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91 9110750528\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"48e0526\"},{\"text\":\"Info@av.in\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"275c51a\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"icon_align_mobile\":\"center\",\"icon_typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"1fd09757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"aux_animation_name\":\"aux-fade-in-right\",\"aux_animation_duration\":\"1500\",\"aux_animation_delay\":\"1000\",\"aux_animation_easing\":\"0.165,0.84,0.44,1\"},\"elements\":[{\"id\":\"37d1ce34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"h4\",\"__dynamic__\":[],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ae4bebe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"__dynamic__\":[],\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"700\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"54a21eb3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"__dynamic__\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e183e45\"}},\"elements\":[{\"id\":\"4968e4a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"space-between\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#FFFFFF4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"45280b27\",\"elType\":\"widget\",\"settings\":{\"copyright_text\":\"Copyright &copy; {{Y}} Amplifying Voices. All Rights Reserved.\",\"align_mobile\":\"center\",\"copyright_typo_typography\":\"custom\",\"copyright_typo_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"copyright_typo_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"copyright_typo_font_weight\":\"700\",\"__globals__\":{\"copyright_color\":\"globals\\/colors?id=e9781f3\"}},\"elements\":[],\"widgetType\":\"aux_copyright\"},{\"id\":\"603f10c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f06cd\"},{\"_id\":\"f8b20cb\",\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"50b35af\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"5813c2d\"}],\"align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"39\",\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"selector .elementor-grid,selector .elementor-grid .elementor-grid-item:last-child a{\\n    margin-right: 0;\\n}\\nselector .elementor-social-icon i {\\n    transition: all 300ms ease-out\\n}\",\"__dynamic__\":[],\"icon_secondary_color\":\"#FFFFFF\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=e183e45\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(3485, 554, '_elementor_page_assets', 'a:0:{}'),
(3486, 554, '_wp_page_template', 'default'),
(3487, 554, '_elementor_css', 'a:6:{s:4:\"time\";i:1648912347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3488, 526, '_elementor_css', 'a:6:{s:4:\"time\";i:1648912468;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3489, 180, '_elementor_css', 'a:6:{s:4:\"time\";i:1649051758;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3490, 168, '_elementor_css', 'a:6:{s:4:\"time\";i:1649051764;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3491, 546, '_oembed_f48a970e0ea4f60259cddd8ea588a1b1', '{{unknown}}');

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

--
-- 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, '2022-04-01 07:53:13', '2022-04-01 07:53:13', '<!-- 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!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-04-01 07:53:13', '2022-04-01 07:53:13', '', 0, 'http://theav.in/?p=1', 0, 'post', '', 1),
(2, 1, '2022-04-01 07:53:13', '2022-04-01 07:53:13', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://theav.in/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2022-04-01 07:53:13', '2022-04-01 07:53:13', '', 0, 'http://theav.in/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-04-01 07:53:13', '2022-04-01 07:53:13', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://theav.in.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2022-04-01 07:53:13', '2022-04-01 07:53:13', '', 0, 'http://theav.in/?page_id=3', 0, 'page', '', 0),
(5, 1, '2022-04-01 17:28:25', '2022-04-01 17:28:25', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2022-04-02 15:12:18', '2022-04-02 15:12:18', '', 0, 'https://theav.in/?p=5', 0, 'elementor_library', '', 0),
(6, 1, '2022-04-01 17:28:29', '2022-04-01 17:28:29', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'publish', 'closed', 'closed', '', 'header-agency', '', '', '2022-04-02 14:42:46', '2022-04-02 14:42:46', '', 0, 'https://theav.in/?elementor_library=header-agency', 0, 'elementor_library', '', 0),
(7, 1, '2022-04-01 18:14:02', '2022-04-01 18:14:02', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"http://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"http://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"http://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"http://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"http://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2022-04-02 14:58:07', '2022-04-02 14:58:07', '', 0, 'https://theav.in/?page_id=7', 0, 'page', '', 0),
(8, 1, '2022-04-01 18:13:39', '2022-04-01 18:13:39', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-phlox', '', '', '2022-04-01 18:13:39', '2022-04-01 18:13:39', '', 0, 'https://theav.in/uncategorized/wp-global-styles-phlox/', 0, 'wp_global_styles', '', 0),
(9, 1, '2022-04-01 18:14:02', '2022-04-01 18:14:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:14:02', '2022-04-01 18:14:02', '', 7, 'https://theav.in/?p=9', 0, 'revision', '', 0),
(10, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 'Group-29.png', '', 'inherit', 'open', 'closed', '', 'group-29-png', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/Group-29.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 'Group-9279.png', '', 'inherit', 'open', 'closed', '', 'group-9279-png', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/Group-9279.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', '749.png', '', 'inherit', 'open', 'closed', '', '749-png', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/749.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', '873.jpg', '', 'inherit', 'open', 'closed', '', '873-jpg', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/873.jpg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', '634.jpg', '', 'inherit', 'open', 'closed', '', '634-jpg', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/634.jpg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', '13360.jpg', '', 'inherit', 'open', 'closed', '', '13360-jpg', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/13360.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', '12918.jpg', '', 'inherit', 'open', 'closed', '', '12918-jpg', '', '', '2022-04-01 18:25:44', '2022-04-01 18:25:44', '', 0, 'http://theav.in/wp-content/uploads/2022/04/12918.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', '10470.jpg', '', 'inherit', 'open', 'closed', '', '10470-jpg', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/10470.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', '134-2.jpg', '', 'inherit', 'open', 'closed', '', '134-2-jpg', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/134-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', '3700.jpg', '', 'inherit', 'open', 'closed', '', '3700-jpg', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/3700.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', '7208.jpg', '', 'inherit', 'open', 'closed', '', '7208-jpg', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/7208.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', '12628.jpg', '', 'inherit', 'open', 'closed', '', '12628-jpg', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/12628.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '<section>\n            <h5>Why Choose Us</h5><h2>an exceptionally unique experience tailored to you</h2><p>We are idea generators, goal seekers, challenge-thirsty professionals, creators of unique Internet projects. We deliver unconventional solutions</p>\n        </section>		\n			<section style=\"\" >        \n                                                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33.047\" height=\"20.992\" viewBox=\"0 0 33.047 20.992\"><path d=\"M3.172,61.291q.627.358,3.78,2.125t4.832,2.721q.184.1.784.455t1,.567q.4.216.959.484a6.248,6.248,0,0,0,1.06.4,3.549,3.549,0,0,0,.922.134h.037a3.552,3.552,0,0,0,.922-.134,6.254,6.254,0,0,0,1.06-.4q.562-.269.959-.484t1-.567q.6-.351.784-.455,1.7-.954,8.631-4.846a8.118,8.118,0,0,0,2.25-1.834,3.453,3.453,0,0,0,.9-2.251,2.1,2.1,0,0,0-.876-1.685,3.22,3.22,0,0,0-2.075-.7H2.951A2.935,2.935,0,0,0,.765,55.6,2.648,2.648,0,0,0,0,57.533a3.142,3.142,0,0,0,1.014,2.035A8.556,8.556,0,0,0,3.172,61.291Z\" transform=\"translate(0 -54.82)\" fill=\"#fff\" /><path d=\"M31.2,185.734q-6.048,3.31-9.184,5.144-1.051.626-1.706.976a11.636,11.636,0,0,1-1.743.716,6.388,6.388,0,0,1-2.028.365h-.037a6.391,6.391,0,0,1-2.029-.365,11.642,11.642,0,0,1-1.743-.716q-.654-.35-1.706-.976-2.49-1.476-9.165-5.144A9.5,9.5,0,0,1,0,184.437v11.837a2.1,2.1,0,0,0,.867,1.685,3.21,3.21,0,0,0,2.084.7H30.1a3.21,3.21,0,0,0,2.084-.7,2.1,2.1,0,0,0,.867-1.685V184.437A9.863,9.863,0,0,1,31.2,185.734Z\" transform=\"translate(0 -177.668)\" fill=\"#fff\" /></svg>\n                                <h4>Minimal Design</h4>\n                                        <p>There are many variations passages of Lorem Ipsum majority </p>                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26.536\" height=\"30.733\" viewBox=\"0 0 26.536 30.733\"><g transform=\"translate(3.075)\"><g transform=\"translate(0)\"><path d=\"M88.458,5.185V4.148a4.184,4.184,0,0,0-8.368.036v1a10.217,10.217,0,0,0-6.008,9.3v3.4H94.466V14.662A10.553,10.553,0,0,0,88.458,5.185Z\" transform=\"translate(-74.082)\" fill=\"#fff\" /></g></g><g transform=\"translate(0 19.668)\"><g transform=\"translate(0)\"><path d=\"M54.475,281.6H32.16a6.97,6.97,0,0,0-2.11,5.042v.858a1.152,1.152,0,0,0,1.144,1.144h7.081a5.17,5.17,0,0,0,10.085,0H55.44a1.152,1.152,0,0,0,1.144-1.144v-.858A6.832,6.832,0,0,0,54.475,281.6Z\" transform=\"translate(-30.05 -281.6)\" fill=\"#fff\" /></g></g></svg>                                                    \n                                <h4>Best Material</h4>\n                                        <p>There are many variations passages of Lorem Ipsum majority </p>                \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"244\" height=\"89\" src=\"http://theav.in/wp-content/uploads/2022/04/Group-29.png\" alt=\"Group-29.png\" data-ratio=\"2.74\" data-original-w=\"244\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"84\" height=\"129\" src=\"http://theav.in/wp-content/uploads/2022/04/Group-9279.png\" alt=\"Group-9279.png\" data-ratio=\"0.65\" data-original-w=\"84\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"792\" height=\"330\" src=\"http://theav.in/wp-content/uploads/2022/04/749.png\" alt=\"749.png\" data-ratio=\"2.4\" data-original-w=\"792\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"792\" height=\"330\" src=\"http://theav.in/wp-content/uploads/2022/04/873.jpg\" alt=\"873.jpg\" data-ratio=\"2.4\" data-original-w=\"792\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h5>Our team</h5><h2>meet the minds shaping an industry</h2>\n        </section>		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/634.jpg\" alt=\"634.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/13360.jpg\" alt=\"13360.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/12918.jpg\" alt=\"12918.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/10470.jpg\" alt=\"10470.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2.jpg\" alt=\"134-2.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/3700.jpg\" alt=\"3700.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/7208.jpg\" alt=\"7208.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/12628.jpg\" alt=\"12628.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->', 'About Phlox', '', 'publish', 'closed', 'closed', '', 'about-phlox', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 0, 'https://theav.in/?elementor_library=about-phlox', 0, 'elementor_library', '', 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
(23, 1, '2022-04-01 18:25:45', '2022-04-01 18:25:45', '<section>\n            <h5>Why Choose Us</h5><h2>an exceptionally unique experience tailored to you</h2><p>We are idea generators, goal seekers, challenge-thirsty professionals, creators of unique Internet projects. We deliver unconventional solutions</p>\n        </section>		\n			<section style=\"\" >        \n                                                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33.047\" height=\"20.992\" viewBox=\"0 0 33.047 20.992\"><path d=\"M3.172,61.291q.627.358,3.78,2.125t4.832,2.721q.184.1.784.455t1,.567q.4.216.959.484a6.248,6.248,0,0,0,1.06.4,3.549,3.549,0,0,0,.922.134h.037a3.552,3.552,0,0,0,.922-.134,6.254,6.254,0,0,0,1.06-.4q.562-.269.959-.484t1-.567q.6-.351.784-.455,1.7-.954,8.631-4.846a8.118,8.118,0,0,0,2.25-1.834,3.453,3.453,0,0,0,.9-2.251,2.1,2.1,0,0,0-.876-1.685,3.22,3.22,0,0,0-2.075-.7H2.951A2.935,2.935,0,0,0,.765,55.6,2.648,2.648,0,0,0,0,57.533a3.142,3.142,0,0,0,1.014,2.035A8.556,8.556,0,0,0,3.172,61.291Z\" transform=\"translate(0 -54.82)\" fill=\"#fff\" /><path d=\"M31.2,185.734q-6.048,3.31-9.184,5.144-1.051.626-1.706.976a11.636,11.636,0,0,1-1.743.716,6.388,6.388,0,0,1-2.028.365h-.037a6.391,6.391,0,0,1-2.029-.365,11.642,11.642,0,0,1-1.743-.716q-.654-.35-1.706-.976-2.49-1.476-9.165-5.144A9.5,9.5,0,0,1,0,184.437v11.837a2.1,2.1,0,0,0,.867,1.685,3.21,3.21,0,0,0,2.084.7H30.1a3.21,3.21,0,0,0,2.084-.7,2.1,2.1,0,0,0,.867-1.685V184.437A9.863,9.863,0,0,1,31.2,185.734Z\" transform=\"translate(0 -177.668)\" fill=\"#fff\" /></svg>\n                                <h4>Minimal Design</h4>\n                                        <p>There are many variations passages of Lorem Ipsum majority </p>                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26.536\" height=\"30.733\" viewBox=\"0 0 26.536 30.733\"><g transform=\"translate(3.075)\"><g transform=\"translate(0)\"><path d=\"M88.458,5.185V4.148a4.184,4.184,0,0,0-8.368.036v1a10.217,10.217,0,0,0-6.008,9.3v3.4H94.466V14.662A10.553,10.553,0,0,0,88.458,5.185Z\" transform=\"translate(-74.082)\" fill=\"#fff\" /></g></g><g transform=\"translate(0 19.668)\"><g transform=\"translate(0)\"><path d=\"M54.475,281.6H32.16a6.97,6.97,0,0,0-2.11,5.042v.858a1.152,1.152,0,0,0,1.144,1.144h7.081a5.17,5.17,0,0,0,10.085,0H55.44a1.152,1.152,0,0,0,1.144-1.144v-.858A6.832,6.832,0,0,0,54.475,281.6Z\" transform=\"translate(-30.05 -281.6)\" fill=\"#fff\" /></g></g></svg>                                                    \n                                <h4>Best Material</h4>\n                                        <p>There are many variations passages of Lorem Ipsum majority </p>                \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"244\" height=\"89\" src=\"http://theav.in/wp-content/uploads/2022/04/Group-29.png\" alt=\"Group-29.png\" data-ratio=\"2.74\" data-original-w=\"244\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"84\" height=\"129\" src=\"http://theav.in/wp-content/uploads/2022/04/Group-9279.png\" alt=\"Group-9279.png\" data-ratio=\"0.65\" data-original-w=\"84\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"792\" height=\"330\" src=\"http://theav.in/wp-content/uploads/2022/04/749.png\" alt=\"749.png\" data-ratio=\"2.4\" data-original-w=\"792\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img width=\"792\" height=\"330\" src=\"http://theav.in/wp-content/uploads/2022/04/873.jpg\" alt=\"873.jpg\" data-ratio=\"2.4\" data-original-w=\"792\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h5>Our team</h5><h2>meet the minds shaping an industry</h2>\n        </section>		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/634.jpg\" alt=\"634.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/13360.jpg\" alt=\"13360.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/12918.jpg\" alt=\"12918.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/10470.jpg\" alt=\"10470.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2.jpg\" alt=\"134-2.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Andrew Robinson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/3700.jpg\" alt=\"3700.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"377\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/7208.jpg\" alt=\"7208.jpg\" data-ratio=\"0.94\" data-original-w=\"377\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n            <img width=\"378\" height=\"399\" src=\"http://theav.in/wp-content/uploads/2022/04/12628.jpg\" alt=\"12628.jpg\" data-ratio=\"0.95\" data-original-w=\"378\" />        \n                        <h4>Sarah Willson</h4>\n                        <h5>Vice President</h5>\n                    <ul>\n                                            <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                                                                                                                                   <li>\n                            <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n                            </a>\n                        </li>\n                                                          </ul>\n</section><!-- widget-container -->', 'About Phlox', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2022-04-01 18:25:45', '2022-04-01 18:25:45', '', 22, 'https://theav.in/?p=23', 0, 'revision', '', 0),
(24, 1, '2022-04-01 18:25:59', '2022-04-01 18:25:59', '<section style=\"\" >\n                        <article>\n                                <header>\n                                    <h4>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">\n                                            Hello world!                                        </a>\n                                    </h4>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">\n                                        </a>\n                                </header>\n                                                                                                                                    <i> | </i><a href=\"https://theav.in/wp-admin/post.php?post=1&#038;action=edit\">Edit</a>                                                                    \n                                                                            <p>\nWelcome to WordPress. This is your first post. Edit or delete it, then start writing!\n</p>                                \n                                                                                        <footer>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">Read More</a>\n                                                                    </footer>\n                        </article>\n</section><!-- widget-container -->', 'Blog Phlox', '', 'publish', 'closed', 'closed', '', 'blog-phlox', '', '', '2022-04-01 18:25:59', '2022-04-01 18:25:59', '', 0, 'https://theav.in/?elementor_library=blog-phlox', 0, 'elementor_library', '', 0),
(25, 1, '2022-04-01 18:25:59', '2022-04-01 18:25:59', '<section style=\"\" >\n                        <article>\n                                <header>\n                                    <h4>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">\n                                            Hello world!                                        </a>\n                                    </h4>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">\n                                        </a>\n                                </header>\n                                                                                                                                    <i> | </i><a href=\"https://theav.in/wp-admin/post.php?post=1&#038;action=edit\">Edit</a>                                                                    \n                                                                            <p>\nWelcome to WordPress. This is your first post. Edit or delete it, then start writing!\n</p>                                \n                                                                                        <footer>\n                                        <a href=\"https://theav.in/uncategorized/hello-world/\">Read More</a>\n                                                                    </footer>\n                        </article>\n</section><!-- widget-container -->', 'Blog Phlox', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2022-04-01 18:25:59', '2022-04-01 18:25:59', '', 24, 'https://theav.in/?p=25', 0, 'revision', '', 0),
(27, 1, '2022-04-01 18:44:31', '2022-04-01 18:44:31', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:44:31', '2022-04-01 18:44:31', '', 7, 'https://theav.in/?p=27', 0, 'revision', '', 0),
(28, 1, '2022-04-01 18:44:31', '2022-04-01 18:44:31', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:44:31', '2022-04-01 18:44:31', '', 7, 'https://theav.in/?p=28', 0, 'revision', '', 0),
(29, 1, '2022-04-01 18:44:31', '2022-04-01 18:44:31', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:44:31', '2022-04-01 18:44:31', '', 7, 'https://theav.in/?p=29', 0, 'revision', '', 0),
(30, 1, '2022-04-01 18:48:30', '2022-04-01 18:48:30', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:48:30', '2022-04-01 18:48:30', '', 7, 'https://theav.in/?p=30', 0, 'revision', '', 0),
(31, 1, '2022-04-01 18:48:30', '2022-04-01 18:48:30', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:48:30', '2022-04-01 18:48:30', '', 7, 'https://theav.in/?p=31', 0, 'revision', '', 0),
(32, 1, '2022-04-01 18:48:30', '2022-04-01 18:48:30', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:48:30', '2022-04-01 18:48:30', '', 7, 'https://theav.in/?p=32', 0, 'revision', '', 0),
(34, 1, '2022-04-01 18:52:27', '2022-04-01 18:52:27', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:52:27', '2022-04-01 18:52:27', '', 7, 'https://theav.in/?p=34', 0, 'revision', '', 0),
(35, 1, '2022-04-01 18:52:27', '2022-04-01 18:52:27', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:52:27', '2022-04-01 18:52:27', '', 7, 'https://theav.in/?p=35', 0, 'revision', '', 0),
(36, 1, '2022-04-01 18:52:27', '2022-04-01 18:52:27', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:52:27', '2022-04-01 18:52:27', '', 7, 'https://theav.in/?p=36', 0, 'revision', '', 0),
(37, 1, '2022-04-01 18:53:51', '2022-04-01 18:53:51', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:53:51', '2022-04-01 18:53:51', '', 7, 'https://theav.in/?p=37', 0, 'revision', '', 0),
(38, 1, '2022-04-01 18:53:51', '2022-04-01 18:53:51', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:53:51', '2022-04-01 18:53:51', '', 7, 'https://theav.in/?p=38', 0, 'revision', '', 0),
(39, 1, '2022-04-01 18:53:51', '2022-04-01 18:53:51', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:53:51', '2022-04-01 18:53:51', '', 7, 'https://theav.in/?p=39', 0, 'revision', '', 0),
(40, 1, '2022-04-01 18:54:08', '2022-04-01 18:54:08', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:54:08', '2022-04-01 18:54:08', '', 7, 'https://theav.in/?p=40', 0, 'revision', '', 0),
(41, 1, '2022-04-01 18:54:08', '2022-04-01 18:54:08', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:54:08', '2022-04-01 18:54:08', '', 7, 'https://theav.in/?p=41', 0, 'revision', '', 0),
(42, 1, '2022-04-01 18:54:08', '2022-04-01 18:54:08', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 18:54:08', '2022-04-01 18:54:08', '', 7, 'https://theav.in/?p=42', 0, 'revision', '', 0),
(43, 1, '2022-04-01 18:58:51', '2022-04-01 18:58:51', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2022-04-01 18:58:51', '2022-04-01 18:58:51', '', 5, 'https://theav.in/?p=43', 0, 'revision', '', 0),
(44, 1, '2022-04-01 18:58:51', '2022-04-01 18:58:51', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2022-04-01 18:58:51', '2022-04-01 18:58:51', '', 5, 'https://theav.in/?p=44', 0, 'revision', '', 0),
(45, 1, '2022-04-01 19:06:48', '2022-04-01 19:06:48', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 19:06:48', '2022-04-01 19:06:48', '', 7, 'https://theav.in/?p=45', 0, 'revision', '', 0),
(46, 1, '2022-04-01 19:06:48', '2022-04-01 19:06:48', '<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 19:06:48', '2022-04-01 19:06:48', '', 7, 'https://theav.in/?p=46', 0, 'revision', '', 0),
(47, 1, '2022-04-01 19:06:48', '2022-04-01 19:06:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 19:06:48', '2022-04-01 19:06:48', '', 7, 'https://theav.in/?p=47', 0, 'revision', '', 0),
(48, 1, '2022-04-01 20:52:04', '2022-04-01 20:52:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 20:52:04', '2022-04-01 20:52:04', '', 7, 'https://theav.in/?p=48', 0, 'revision', '', 0),
(49, 1, '2022-04-01 20:52:04', '2022-04-01 20:52:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 20:52:04', '2022-04-01 20:52:04', '', 7, 'https://theav.in/?p=49', 0, 'revision', '', 0),
(50, 1, '2022-04-01 20:52:05', '2022-04-01 20:52:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Great Idea</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n                <button   >Read More</button>            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 20:52:05', '2022-04-01 20:52:05', '', 7, 'https://theav.in/?p=50', 0, 'revision', '', 0),
(52, 1, '2022-04-01 21:06:55', '2022-04-01 21:06:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Great Idea</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n                <button   >Read More</button>            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:06:55', '2022-04-01 21:06:55', '', 7, 'https://theav.in/?p=52', 0, 'revision', '', 0),
(53, 1, '2022-04-01 21:06:55', '2022-04-01 21:06:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Great Idea</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n                <button   >Read More</button>            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:06:55', '2022-04-01 21:06:55', '', 7, 'https://theav.in/?p=53', 0, 'revision', '', 0),
(54, 1, '2022-04-01 21:06:55', '2022-04-01 21:06:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:06:55', '2022-04-01 21:06:55', '', 7, 'https://theav.in/?p=54', 0, 'revision', '', 0),
(55, 1, '2022-04-01 21:07:43', '2022-04-01 21:07:43', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:07:43', '2022-04-01 21:07:43', '', 7, 'https://theav.in/?p=55', 0, 'revision', '', 0),
(56, 1, '2022-04-01 21:07:43', '2022-04-01 21:07:43', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:07:43', '2022-04-01 21:07:43', '', 7, 'https://theav.in/?p=56', 0, 'revision', '', 0),
(57, 1, '2022-04-01 21:07:43', '2022-04-01 21:07:43', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-01 21:07:43', '2022-04-01 21:07:43', '', 7, 'https://theav.in/?p=57', 0, 'revision', '', 0),
(59, 1, '2022-04-02 06:33:29', '2022-04-02 06:33:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:29', '2022-04-02 06:33:29', '', 7, 'https://theav.in/?p=59', 0, 'revision', '', 0),
(60, 1, '2022-04-02 06:33:29', '2022-04-02 06:33:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:29', '2022-04-02 06:33:29', '', 7, 'https://theav.in/?p=60', 0, 'revision', '', 0),
(61, 1, '2022-04-02 06:33:29', '2022-04-02 06:33:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:29', '2022-04-02 06:33:29', '', 7, 'https://theav.in/?p=61', 0, 'revision', '', 0),
(63, 1, '2022-04-02 06:33:56', '2022-04-02 06:33:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:56', '2022-04-02 06:33:56', '', 7, 'https://theav.in/?p=63', 0, 'revision', '', 0),
(64, 1, '2022-04-02 06:33:56', '2022-04-02 06:33:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:56', '2022-04-02 06:33:56', '', 7, 'https://theav.in/?p=64', 0, 'revision', '', 0),
(65, 1, '2022-04-02 06:33:56', '2022-04-02 06:33:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:33:56', '2022-04-02 06:33:56', '', 7, 'https://theav.in/?p=65', 0, 'revision', '', 0),
(66, 1, '2022-04-02 06:34:29', '2022-04-02 06:34:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:34:29', '2022-04-02 06:34:29', '', 7, 'https://theav.in/?p=66', 0, 'revision', '', 0),
(67, 1, '2022-04-02 06:34:29', '2022-04-02 06:34:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:34:29', '2022-04-02 06:34:29', '', 7, 'https://theav.in/?p=67', 0, 'revision', '', 0),
(68, 1, '2022-04-02 06:34:29', '2022-04-02 06:34:29', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:34:29', '2022-04-02 06:34:29', '', 7, 'https://theav.in/?p=68', 0, 'revision', '', 0),
(69, 1, '2022-04-02 06:37:08', '2022-04-02 06:37:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:37:08', '2022-04-02 06:37:08', '', 7, 'https://theav.in/?p=69', 0, 'revision', '', 0),
(70, 1, '2022-04-02 06:37:08', '2022-04-02 06:37:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:37:08', '2022-04-02 06:37:08', '', 7, 'https://theav.in/?p=70', 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
(71, 1, '2022-04-02 06:37:08', '2022-04-02 06:37:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:37:08', '2022-04-02 06:37:08', '', 7, 'https://theav.in/?p=71', 0, 'revision', '', 0),
(73, 1, '2022-04-02 06:40:41', '2022-04-02 06:40:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:40:41', '2022-04-02 06:40:41', '', 7, 'https://theav.in/?p=73', 0, 'revision', '', 0),
(74, 1, '2022-04-02 06:40:41', '2022-04-02 06:40:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:40:41', '2022-04-02 06:40:41', '', 7, 'https://theav.in/?p=74', 0, 'revision', '', 0),
(75, 1, '2022-04-02 06:40:41', '2022-04-02 06:40:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:40:41', '2022-04-02 06:40:41', '', 7, 'https://theav.in/?p=75', 0, 'revision', '', 0),
(76, 1, '2022-04-02 06:42:05', '2022-04-02 06:42:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:42:05', '2022-04-02 06:42:05', '', 7, 'https://theav.in/?p=76', 0, 'revision', '', 0),
(77, 1, '2022-04-02 06:42:05', '2022-04-02 06:42:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:42:05', '2022-04-02 06:42:05', '', 7, 'https://theav.in/?p=77', 0, 'revision', '', 0),
(78, 1, '2022-04-02 06:42:05', '2022-04-02 06:42:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:42:05', '2022-04-02 06:42:05', '', 7, 'https://theav.in/?p=78', 0, 'revision', '', 0),
(79, 1, '2022-04-02 06:43:26', '2022-04-02 06:43:26', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:43:26', '2022-04-02 06:43:26', '', 7, 'https://theav.in/?p=79', 0, 'revision', '', 0),
(80, 1, '2022-04-02 06:43:26', '2022-04-02 06:43:26', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:43:26', '2022-04-02 06:43:26', '', 7, 'https://theav.in/?p=80', 0, 'revision', '', 0),
(81, 1, '2022-04-02 06:43:26', '2022-04-02 06:43:26', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:43:26', '2022-04-02 06:43:26', '', 7, 'https://theav.in/?p=81', 0, 'revision', '', 0),
(82, 1, '2022-04-02 06:45:10', '2022-04-02 06:45:10', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:10', '2022-04-02 06:45:10', '', 7, 'https://theav.in/?p=82', 0, 'revision', '', 0),
(83, 1, '2022-04-02 06:45:10', '2022-04-02 06:45:10', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:10', '2022-04-02 06:45:10', '', 7, 'https://theav.in/?p=83', 0, 'revision', '', 0),
(84, 1, '2022-04-02 06:45:10', '2022-04-02 06:45:10', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:10', '2022-04-02 06:45:10', '', 7, 'https://theav.in/?p=84', 0, 'revision', '', 0),
(85, 1, '2022-04-02 06:45:25', '2022-04-02 06:45:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:25', '2022-04-02 06:45:25', '', 7, 'https://theav.in/?p=85', 0, 'revision', '', 0),
(86, 1, '2022-04-02 06:45:25', '2022-04-02 06:45:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:25', '2022-04-02 06:45:25', '', 7, 'https://theav.in/?p=86', 0, 'revision', '', 0),
(87, 1, '2022-04-02 06:45:25', '2022-04-02 06:45:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:25', '2022-04-02 06:45:25', '', 7, 'https://theav.in/?p=87', 0, 'revision', '', 0),
(88, 1, '2022-04-02 06:45:46', '2022-04-02 06:45:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:46', '2022-04-02 06:45:46', '', 7, 'https://theav.in/?p=88', 0, 'revision', '', 0),
(89, 1, '2022-04-02 06:45:46', '2022-04-02 06:45:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:46', '2022-04-02 06:45:46', '', 7, 'https://theav.in/?p=89', 0, 'revision', '', 0),
(90, 1, '2022-04-02 06:45:46', '2022-04-02 06:45:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:45:46', '2022-04-02 06:45:46', '', 7, 'https://theav.in/?p=90', 0, 'revision', '', 0),
(91, 1, '2022-04-02 06:47:11', '2022-04-02 06:47:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:47:11', '2022-04-02 06:47:11', '', 7, 'https://theav.in/?p=91', 0, 'revision', '', 0),
(92, 1, '2022-04-02 06:47:11', '2022-04-02 06:47:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:47:11', '2022-04-02 06:47:11', '', 7, 'https://theav.in/?p=92', 0, 'revision', '', 0),
(93, 1, '2022-04-02 06:47:11', '2022-04-02 06:47:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content writing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:47:11', '2022-04-02 06:47:11', '', 7, 'https://theav.in/?p=93', 0, 'revision', '', 0),
(94, 1, '2022-04-02 06:49:32', '2022-04-02 06:49:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content writing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:49:32', '2022-04-02 06:49:32', '', 7, 'https://theav.in/?p=94', 0, 'revision', '', 0),
(95, 1, '2022-04-02 06:49:32', '2022-04-02 06:49:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content writing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:49:32', '2022-04-02 06:49:32', '', 7, 'https://theav.in/?p=95', 0, 'revision', '', 0),
(96, 1, '2022-04-02 06:49:32', '2022-04-02 06:49:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:49:32', '2022-04-02 06:49:32', '', 7, 'https://theav.in/?p=96', 0, 'revision', '', 0),
(97, 1, '2022-04-02 06:50:23', '2022-04-02 06:50:23', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:50:23', '2022-04-02 06:50:23', '', 7, 'https://theav.in/?p=97', 0, 'revision', '', 0),
(98, 1, '2022-04-02 06:50:23', '2022-04-02 06:50:23', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:50:23', '2022-04-02 06:50:23', '', 7, 'https://theav.in/?p=98', 0, 'revision', '', 0),
(99, 1, '2022-04-02 06:50:24', '2022-04-02 06:50:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:50:24', '2022-04-02 06:50:24', '', 7, 'https://theav.in/?p=99', 0, 'revision', '', 0),
(101, 1, '2022-04-02 06:58:03', '2022-04-02 06:58:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:58:03', '2022-04-02 06:58:03', '', 7, 'https://theav.in/?p=101', 0, 'revision', '', 0),
(102, 1, '2022-04-02 06:58:03', '2022-04-02 06:58:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:58:03', '2022-04-02 06:58:03', '', 7, 'https://theav.in/?p=102', 0, 'revision', '', 0),
(103, 1, '2022-04-02 06:58:03', '2022-04-02 06:58:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 06:58:03', '2022-04-02 06:58:03', '', 7, 'https://theav.in/?p=103', 0, 'revision', '', 0),
(104, 1, '2022-04-02 07:00:21', '2022-04-02 07:00:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:21', '2022-04-02 07:00:21', '', 7, 'https://theav.in/?p=104', 0, 'revision', '', 0),
(105, 1, '2022-04-02 07:00:21', '2022-04-02 07:00:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:21', '2022-04-02 07:00:21', '', 7, 'https://theav.in/?p=105', 0, 'revision', '', 0),
(106, 1, '2022-04-02 07:00:21', '2022-04-02 07:00:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:21', '2022-04-02 07:00:21', '', 7, 'https://theav.in/?p=106', 0, 'revision', '', 0),
(107, 1, '2022-04-02 07:00:57', '2022-04-02 07:00:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:57', '2022-04-02 07:00:57', '', 7, 'https://theav.in/?p=107', 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
(108, 1, '2022-04-02 07:00:57', '2022-04-02 07:00:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:57', '2022-04-02 07:00:57', '', 7, 'https://theav.in/?p=108', 0, 'revision', '', 0),
(109, 1, '2022-04-02 07:00:57', '2022-04-02 07:00:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:00:57', '2022-04-02 07:00:57', '', 7, 'https://theav.in/?p=109', 0, 'revision', '', 0),
(110, 1, '2022-04-02 07:01:22', '2022-04-02 07:01:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:01:22', '2022-04-02 07:01:22', '', 7, 'https://theav.in/?p=110', 0, 'revision', '', 0),
(111, 1, '2022-04-02 07:01:22', '2022-04-02 07:01:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:01:22', '2022-04-02 07:01:22', '', 7, 'https://theav.in/?p=111', 0, 'revision', '', 0),
(112, 1, '2022-04-02 07:01:22', '2022-04-02 07:01:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:01:22', '2022-04-02 07:01:22', '', 7, 'https://theav.in/?p=112', 0, 'revision', '', 0),
(113, 1, '2022-04-02 07:03:11', '2022-04-02 07:03:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:03:11', '2022-04-02 07:03:11', '', 7, 'https://theav.in/?p=113', 0, 'revision', '', 0),
(114, 1, '2022-04-02 07:03:11', '2022-04-02 07:03:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:03:11', '2022-04-02 07:03:11', '', 7, 'https://theav.in/?p=114', 0, 'revision', '', 0),
(115, 1, '2022-04-02 07:03:11', '2022-04-02 07:03:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:03:11', '2022-04-02 07:03:11', '', 7, 'https://theav.in/?p=115', 0, 'revision', '', 0),
(116, 1, '2022-04-02 07:04:00', '2022-04-02 07:04:00', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:04:00', '2022-04-02 07:04:00', '', 7, 'https://theav.in/?p=116', 0, 'revision', '', 0),
(117, 1, '2022-04-02 07:04:00', '2022-04-02 07:04:00', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:04:00', '2022-04-02 07:04:00', '', 7, 'https://theav.in/?p=117', 0, 'revision', '', 0),
(118, 1, '2022-04-02 07:04:00', '2022-04-02 07:04:00', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:04:00', '2022-04-02 07:04:00', '', 7, 'https://theav.in/?p=118', 0, 'revision', '', 0),
(119, 1, '2022-04-02 07:05:45', '2022-04-02 07:05:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:05:45', '2022-04-02 07:05:45', '', 7, 'https://theav.in/?p=119', 0, 'revision', '', 0),
(120, 1, '2022-04-02 07:05:45', '2022-04-02 07:05:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:05:45', '2022-04-02 07:05:45', '', 7, 'https://theav.in/?p=120', 0, 'revision', '', 0),
(121, 1, '2022-04-02 07:05:45', '2022-04-02 07:05:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:05:45', '2022-04-02 07:05:45', '', 7, 'https://theav.in/?p=121', 0, 'revision', '', 0),
(122, 1, '2022-04-02 07:06:06', '2022-04-02 07:06:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:06:06', '2022-04-02 07:06:06', '', 7, 'https://theav.in/?p=122', 0, 'revision', '', 0),
(123, 1, '2022-04-02 07:06:06', '2022-04-02 07:06:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:06:06', '2022-04-02 07:06:06', '', 7, 'https://theav.in/?p=123', 0, 'revision', '', 0),
(124, 1, '2022-04-02 07:06:06', '2022-04-02 07:06:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:06:06', '2022-04-02 07:06:06', '', 7, 'https://theav.in/?p=124', 0, 'revision', '', 0),
(125, 1, '2022-04-02 07:07:02', '2022-04-02 07:07:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:02', '2022-04-02 07:07:02', '', 7, 'https://theav.in/?p=125', 0, 'revision', '', 0),
(126, 1, '2022-04-02 07:07:02', '2022-04-02 07:07:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:02', '2022-04-02 07:07:02', '', 7, 'https://theav.in/?p=126', 0, 'revision', '', 0),
(127, 1, '2022-04-02 07:07:02', '2022-04-02 07:07:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:02', '2022-04-02 07:07:02', '', 7, 'https://theav.in/?p=127', 0, 'revision', '', 0),
(128, 1, '2022-04-02 07:07:21', '2022-04-02 07:07:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:21', '2022-04-02 07:07:21', '', 7, 'https://theav.in/?p=128', 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
(129, 1, '2022-04-02 07:07:21', '2022-04-02 07:07:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:21', '2022-04-02 07:07:21', '', 7, 'https://theav.in/?p=129', 0, 'revision', '', 0),
(130, 1, '2022-04-02 07:07:21', '2022-04-02 07:07:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:21', '2022-04-02 07:07:21', '', 7, 'https://theav.in/?p=130', 0, 'revision', '', 0),
(131, 1, '2022-04-02 07:07:41', '2022-04-02 07:07:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:41', '2022-04-02 07:07:41', '', 7, 'https://theav.in/?p=131', 0, 'revision', '', 0),
(132, 1, '2022-04-02 07:07:41', '2022-04-02 07:07:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:41', '2022-04-02 07:07:41', '', 7, 'https://theav.in/?p=132', 0, 'revision', '', 0),
(133, 1, '2022-04-02 07:07:41', '2022-04-02 07:07:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:07:41', '2022-04-02 07:07:41', '', 7, 'https://theav.in/?p=133', 0, 'revision', '', 0),
(134, 1, '2022-04-02 07:08:20', '2022-04-02 07:08:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:08:20', '2022-04-02 07:08:20', '', 7, 'https://theav.in/?p=134', 0, 'revision', '', 0),
(135, 1, '2022-04-02 07:08:20', '2022-04-02 07:08:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:08:20', '2022-04-02 07:08:20', '', 7, 'https://theav.in/?p=135', 0, 'revision', '', 0),
(136, 1, '2022-04-02 07:08:20', '2022-04-02 07:08:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:08:20', '2022-04-02 07:08:20', '', 7, 'https://theav.in/?p=136', 0, 'revision', '', 0),
(137, 1, '2022-04-02 07:12:03', '2022-04-02 07:12:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:12:03', '2022-04-02 07:12:03', '', 7, 'https://theav.in/?p=137', 0, 'revision', '', 0),
(138, 1, '2022-04-02 07:12:03', '2022-04-02 07:12:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:12:03', '2022-04-02 07:12:03', '', 7, 'https://theav.in/?p=138', 0, 'revision', '', 0),
(139, 1, '2022-04-02 07:12:03', '2022-04-02 07:12:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:12:03', '2022-04-02 07:12:03', '', 7, 'https://theav.in/?p=139', 0, 'revision', '', 0),
(140, 1, '2022-04-02 07:13:16', '2022-04-02 07:13:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:13:16', '2022-04-02 07:13:16', '', 7, 'https://theav.in/?p=140', 0, 'revision', '', 0),
(141, 1, '2022-04-02 07:13:16', '2022-04-02 07:13:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:13:16', '2022-04-02 07:13:16', '', 7, 'https://theav.in/?p=141', 0, 'revision', '', 0),
(142, 1, '2022-04-02 07:13:17', '2022-04-02 07:13:17', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:13:17', '2022-04-02 07:13:17', '', 7, 'https://theav.in/?p=142', 0, 'revision', '', 0),
(143, 1, '2022-04-02 07:15:39', '2022-04-02 07:15:39', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:15:39', '2022-04-02 07:15:39', '', 7, 'https://theav.in/?p=143', 0, 'revision', '', 0),
(144, 1, '2022-04-02 07:15:39', '2022-04-02 07:15:39', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:15:39', '2022-04-02 07:15:39', '', 7, 'https://theav.in/?p=144', 0, 'revision', '', 0),
(145, 1, '2022-04-02 07:15:39', '2022-04-02 07:15:39', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:15:39', '2022-04-02 07:15:39', '', 7, 'https://theav.in/?p=145', 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
(146, 1, '2022-04-02 07:16:16', '2022-04-02 07:16:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:16:16', '2022-04-02 07:16:16', '', 7, 'https://theav.in/?p=146', 0, 'revision', '', 0),
(147, 1, '2022-04-02 07:16:16', '2022-04-02 07:16:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:16:16', '2022-04-02 07:16:16', '', 7, 'https://theav.in/?p=147', 0, 'revision', '', 0),
(148, 1, '2022-04-02 07:16:16', '2022-04-02 07:16:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:16:16', '2022-04-02 07:16:16', '', 7, 'https://theav.in/?p=148', 0, 'revision', '', 0),
(150, 1, '2022-04-02 07:18:45', '2022-04-02 07:18:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:18:45', '2022-04-02 07:18:45', '', 7, 'https://theav.in/?p=150', 0, 'revision', '', 0),
(151, 1, '2022-04-02 07:18:45', '2022-04-02 07:18:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:18:45', '2022-04-02 07:18:45', '', 7, 'https://theav.in/?p=151', 0, 'revision', '', 0),
(152, 1, '2022-04-02 07:18:45', '2022-04-02 07:18:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:18:45', '2022-04-02 07:18:45', '', 7, 'https://theav.in/?p=152', 0, 'revision', '', 0),
(153, 1, '2022-04-02 07:20:24', '2022-04-02 07:20:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:20:24', '2022-04-02 07:20:24', '', 7, 'https://theav.in/?p=153', 0, 'revision', '', 0),
(154, 1, '2022-04-02 07:20:24', '2022-04-02 07:20:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:20:24', '2022-04-02 07:20:24', '', 7, 'https://theav.in/?p=154', 0, 'revision', '', 0),
(155, 1, '2022-04-02 07:20:24', '2022-04-02 07:20:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:20:24', '2022-04-02 07:20:24', '', 7, 'https://theav.in/?p=155', 0, 'revision', '', 0),
(156, 1, '2022-04-02 07:26:23', '2022-04-02 07:26:23', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:26:23', '2022-04-02 07:26:23', '', 7, 'https://theav.in/?p=156', 0, 'revision', '', 0),
(157, 1, '2022-04-02 07:26:23', '2022-04-02 07:26:23', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:26:23', '2022-04-02 07:26:23', '', 7, 'https://theav.in/?p=157', 0, 'revision', '', 0),
(158, 1, '2022-04-02 07:26:23', '2022-04-02 07:26:23', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:26:23', '2022-04-02 07:26:23', '', 7, 'https://theav.in/?p=158', 0, 'revision', '', 0),
(160, 1, '2022-04-02 07:35:09', '2022-04-02 07:35:09', '', 'WhatsApp Image 2022-04-02 at 12.57.09', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-04-02-at-12-57-09', '', '', '2022-04-02 07:35:09', '2022-04-02 07:35:09', '', 7, 'http://theav.in/wp-content/uploads/2022/04/WhatsApp-Image-2022-04-02-at-12.57.09.jpeg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2022-04-02 07:36:55', '2022-04-02 07:36:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:36:55', '2022-04-02 07:36:55', '', 7, 'https://theav.in/?p=161', 0, 'revision', '', 0),
(162, 1, '2022-04-02 07:36:55', '2022-04-02 07:36:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:36:55', '2022-04-02 07:36:55', '', 7, 'https://theav.in/?p=162', 0, 'revision', '', 0),
(163, 1, '2022-04-02 07:36:55', '2022-04-02 07:36:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:36:55', '2022-04-02 07:36:55', '', 7, 'https://theav.in/?p=163', 0, 'revision', '', 0),
(164, 1, '2022-04-02 07:37:06', '2022-04-02 07:37:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:37:06', '2022-04-02 07:37:06', '', 7, 'https://theav.in/?p=164', 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
(165, 1, '2022-04-02 07:37:06', '2022-04-02 07:37:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:37:06', '2022-04-02 07:37:06', '', 7, 'https://theav.in/?p=165', 0, 'revision', '', 0),
(166, 1, '2022-04-02 07:37:06', '2022-04-02 07:37:06', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 07:37:06', '2022-04-02 07:37:06', '', 7, 'https://theav.in/?p=166', 0, 'revision', '', 0),
(167, 1, '2022-04-02 07:39:39', '2022-04-02 07:39:39', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@theav.in>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@theav.in>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2022-04-02 07:39:39', '2022-04-02 07:39:39', '', 0, 'https://theav.in/?post_type=wpcf7_contact_form&p=167', 0, 'wpcf7_contact_form', '', 0),
(168, 1, '2022-04-02 07:46:17', '2022-04-02 07:46:17', '<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.</p>		\n			<section>\n            <h5>Client</h5><h4>Delta</h4>\n        </section>		\n			<section>\n            <h5>Release Date</h5><h4>Feb 2019</h4>\n        </section>		\n			<section>\n            <h5>Role</h5><h4>App Design</h4>\n        </section>', 'Dummy Portfolio', '', 'publish', 'closed', 'closed', '', 'dummy-portfolio', '', '', '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 0, 'https://theav.in/?post_type=portfolio&#038;p=168', 0, 'portfolio', '', 0),
(169, 1, '2022-04-02 07:45:28', '2022-04-02 07:45:28', '', 'Data analysis-cuate', '', 'inherit', 'open', 'closed', '', 'data-analysis-cuate', '', '', '2022-04-02 07:45:28', '2022-04-02 07:45:28', '', 168, 'http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate.png', 0, 'attachment', 'image/png', 0),
(170, 1, '2022-04-02 07:46:17', '2022-04-02 07:46:17', '', 'Dummy Portfolio', '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2022-04-02 07:46:17', '2022-04-02 07:46:17', '', 168, 'https://theav.in/?p=170', 0, 'revision', '', 0),
(171, 1, '2022-04-02 07:47:13', '2022-04-02 07:47:13', '<section>\n            <h5>Portfolio</h5><h3>The Works We Are Proud Of</h3>\n        </section>		\n			<section style=\"\" ><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 42 42\"><circle r=\"20\" cx=\"21\" cy=\"21\" fill=\"none\"></circle><circle r=\"20\" cx=\"21\" cy=\"21\" fill=\"none\" transform=\"rotate(-90 21 21)\"></circle></svg>                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img width=\"473\" height=\"355\" alt=\"Data analysis-cuate\" data-ratio=\"1.33\" data-original-w=\"2000\" sizes=\"auto\" data-srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x113.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x225.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x576.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x768.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-473x355.png 473w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1492.png 1990w\" data-src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-473x355.png\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Portfolio Phlox', '', 'publish', 'closed', 'closed', '', 'portfolio-phlox', '', '', '2022-04-02 07:47:16', '2022-04-02 07:47:16', '', 0, 'https://theav.in/?elementor_library=portfolio-phlox', 0, 'elementor_library', '', 0),
(172, 1, '2022-04-02 07:47:16', '2022-04-02 07:47:16', '<section>\n            <h5>Portfolio</h5><h3>The Works We Are Proud Of</h3>\n        </section>		\n			<section style=\"\" ><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 42 42\"><circle r=\"20\" cx=\"21\" cy=\"21\" fill=\"none\"></circle><circle r=\"20\" cx=\"21\" cy=\"21\" fill=\"none\" transform=\"rotate(-90 21 21)\"></circle></svg>                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img width=\"473\" height=\"355\" alt=\"Data analysis-cuate\" data-ratio=\"1.33\" data-original-w=\"2000\" sizes=\"auto\" data-srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x113.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x225.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x576.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x768.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-473x355.png 473w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1492.png 1990w\" data-src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-473x355.png\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Portfolio Phlox', '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2022-04-02 07:47:16', '2022-04-02 07:47:16', '', 171, 'https://theav.in/?p=172', 0, 'revision', '', 0),
(173, 1, '2022-04-02 08:08:13', '2022-04-02 08:08:13', '', 'Gravity-Paper-Hot-Cup-Mockup-Preview.png', '', 'inherit', 'open', 'closed', '', 'gravity-paper-hot-cup-mockup-preview-png', '', '', '2022-04-02 08:08:13', '2022-04-02 08:08:13', '', 0, 'http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png', 0, 'attachment', 'image/png', 0),
(174, 1, '2022-04-02 08:08:16', '2022-04-02 08:08:16', '', 'Invitation-Estationery-Presentation-Mockup-Preview.png', '', 'inherit', 'open', 'closed', '', 'invitation-estationery-presentation-mockup-preview-png', '', '', '2022-04-02 08:08:16', '2022-04-02 08:08:16', '', 0, 'http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png', 0, 'attachment', 'image/png', 0),
(175, 1, '2022-04-02 08:08:18', '2022-04-02 08:08:18', '<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.</p>		\n			<section>\n            <h5>Client</h5><h4>Delta</h4>\n        </section>		\n			<section>\n            <h5>Release Date</h5><h4>Feb 2019</h4>\n        </section>		\n			<section>\n            <h5>Role</h5><h4>App Design</h4>\n        </section>		\n                    <a>\nLaunch Project                \n            </a>', 'Portfolio Template', '', 'publish', 'closed', 'closed', '', 'portfolio-template', '', '', '2022-04-02 08:08:18', '2022-04-02 08:08:18', '', 0, 'https://theav.in/?elementor_library=portfolio-template', 0, 'elementor_library', '', 0),
(176, 1, '2022-04-02 08:08:18', '2022-04-02 08:08:18', '<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.</p>		\n			<section>\n            <h5>Client</h5><h4>Delta</h4>\n        </section>		\n			<section>\n            <h5>Release Date</h5><h4>Feb 2019</h4>\n        </section>		\n			<section>\n            <h5>Role</h5><h4>App Design</h4>\n        </section>		\n                    <a>\nLaunch Project                \n            </a>', 'Portfolio Template', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2022-04-02 08:08:18', '2022-04-02 08:08:18', '', 175, 'https://theav.in/?p=176', 0, 'revision', '', 0),
(177, 1, '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 'Dummy Portfolio', '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 168, 'https://theav.in/?p=177', 0, 'revision', '', 0),
(178, 1, '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 'Dummy Portfolio', '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 168, 'https://theav.in/?p=178', 0, 'revision', '', 0),
(179, 1, '2022-04-02 08:09:26', '2022-04-02 08:09:26', '<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.</p>		\n			<section>\n            <h5>Client</h5><h4>Delta</h4>\n        </section>		\n			<section>\n            <h5>Release Date</h5><h4>Feb 2019</h4>\n        </section>		\n			<section>\n            <h5>Role</h5><h4>App Design</h4>\n        </section>', 'Dummy Portfolio', '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2022-04-02 08:09:26', '2022-04-02 08:09:26', '', 168, 'https://theav.in/?p=179', 0, 'revision', '', 0),
(180, 1, '2022-04-02 08:15:44', '2022-04-02 08:15:44', 'when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n<section style=\"\">\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\">\n</section><!-- widget-container -->\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n<section style=\"\">\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\">\n</section><!-- widget-container -->\n\nFor the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.\n\n<section>\n<h5>Client</h5>\n<h4>Delta</h4>\n</section>\n<section>\n<h5>Release Date</h5>\n<h4>Feb 2019</h4>\n</section>\n<section>\n<h5>Role</h5>\n<h4>App Design</h4>\n</section>                    <a>\nLaunch Project\n</a>', 'Dummy Portfolio 2', '', 'publish', 'closed', 'closed', '', 'dummy-portfolio-2', '', '', '2022-04-02 08:20:54', '2022-04-02 08:20:54', '', 0, 'https://theav.in/?post_type=portfolio&#038;p=180', 0, 'portfolio', '', 0),
(181, 1, '2022-04-02 08:15:44', '2022-04-02 08:15:44', '', 'Dummy Portfolio 2', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2022-04-02 08:15:44', '2022-04-02 08:15:44', '', 180, 'https://theav.in/?p=181', 0, 'revision', '', 0),
(182, 1, '2022-04-02 08:16:27', '2022-04-02 08:16:27', '', 'Dummy Portfolio 2', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2022-04-02 08:16:27', '2022-04-02 08:16:27', '', 180, 'https://theav.in/?p=182', 0, 'revision', '', 0),
(183, 1, '2022-04-02 08:16:27', '2022-04-02 08:16:27', '', 'Dummy Portfolio 2', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2022-04-02 08:16:27', '2022-04-02 08:16:27', '', 180, 'https://theav.in/?p=183', 0, 'revision', '', 0),
(184, 1, '2022-04-02 08:16:27', '2022-04-02 08:16:27', '<p>when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>		\n			<section style=\"\" >\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\" />            \n</section><!-- widget-container -->		\n		<p>For the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.</p>		\n			<section>\n            <h5>Client</h5><h4>Delta</h4>\n        </section>		\n			<section>\n            <h5>Release Date</h5><h4>Feb 2019</h4>\n        </section>		\n			<section>\n            <h5>Role</h5><h4>App Design</h4>\n        </section>		\n                    <a>\nLaunch Project                \n            </a>', 'Dummy Portfolio 2', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2022-04-02 08:16:27', '2022-04-02 08:16:27', '', 180, 'https://theav.in/?p=184', 0, 'revision', '', 0),
(185, 1, '2022-04-02 08:20:53', '2022-04-02 08:20:53', 'when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n<section style=\"\">\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\">\n</section><!-- widget-container -->\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n<section style=\"\">\n            <img width=\"1200\" height=\"800\" src=\"http://theav.in/wp-content/uploads/2022/04/Invitation-Estationery-Presentation-Mockup-Preview.png\" alt=\"Invitation-Estationery-Presentation-Mockup-Preview.png\" data-ratio=\"1.5\" data-original-w=\"1200\">\n</section><!-- widget-container -->\n\nFor the fiscal year ended May 31, 2005, revenues increased 12 percent to $13.7 billion, compared to $12.3 billion in fiscal year 2004. Changes in currency exchange rates contributed three percentage points of this growth, while the acquisition of Converse and Starter added one point. Full year net income was up 28 percent to $1.2 billion, or $4.48 per diluted share, versus $945.6 million, or $3.51 per diluted share, in 2004.\n\n<section>\n<h5>Client</h5>\n<h4>Delta</h4>\n</section>\n<section>\n<h5>Release Date</h5>\n<h4>Feb 2019</h4>\n</section>\n<section>\n<h5>Role</h5>\n<h4>App Design</h4>\n</section>                    <a>\nLaunch Project\n</a>', 'Dummy Portfolio 2', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2022-04-02 08:20:53', '2022-04-02 08:20:53', '', 180, 'https://theav.in/?p=185', 0, 'revision', '', 0),
(187, 1, '2022-04-02 08:24:40', '2022-04-02 08:24:40', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:40', '2022-04-02 08:24:40', '', 7, 'https://theav.in/?p=187', 0, 'revision', '', 0),
(188, 1, '2022-04-02 08:24:40', '2022-04-02 08:24:40', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:40', '2022-04-02 08:24:40', '', 7, 'https://theav.in/?p=188', 0, 'revision', '', 0),
(189, 1, '2022-04-02 08:24:53', '2022-04-02 08:24:53', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:53', '2022-04-02 08:24:53', '', 7, 'https://theav.in/?p=189', 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
(190, 1, '2022-04-02 08:24:58', '2022-04-02 08:24:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:58', '2022-04-02 08:24:58', '', 7, 'https://theav.in/?p=190', 0, 'revision', '', 0),
(191, 1, '2022-04-02 08:24:58', '2022-04-02 08:24:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:58', '2022-04-02 08:24:58', '', 7, 'https://theav.in/?p=191', 0, 'revision', '', 0),
(192, 1, '2022-04-02 08:24:59', '2022-04-02 08:24:59', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:24:59', '2022-04-02 08:24:59', '', 7, 'https://theav.in/?p=192', 0, 'revision', '', 0),
(193, 1, '2022-04-02 08:43:50', '2022-04-02 08:43:50', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:43:50', '2022-04-02 08:43:50', '', 7, 'https://theav.in/?p=193', 0, 'revision', '', 0),
(194, 1, '2022-04-02 08:43:50', '2022-04-02 08:43:50', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:43:50', '2022-04-02 08:43:50', '', 7, 'https://theav.in/?p=194', 0, 'revision', '', 0),
(195, 1, '2022-04-02 08:43:51', '2022-04-02 08:43:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:43:51', '2022-04-02 08:43:51', '', 7, 'https://theav.in/?p=195', 0, 'revision', '', 0),
(196, 1, '2022-04-02 08:44:04', '2022-04-02 08:44:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:04', '2022-04-02 08:44:04', '', 7, 'https://theav.in/?p=196', 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
(197, 1, '2022-04-02 08:44:04', '2022-04-02 08:44:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:04', '2022-04-02 08:44:04', '', 7, 'https://theav.in/?p=197', 0, 'revision', '', 0),
(198, 1, '2022-04-02 08:44:04', '2022-04-02 08:44:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:04', '2022-04-02 08:44:04', '', 7, 'https://theav.in/?p=198', 0, 'revision', '', 0),
(199, 1, '2022-04-02 08:44:22', '2022-04-02 08:44:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:22', '2022-04-02 08:44:22', '', 7, 'https://theav.in/?p=199', 0, 'revision', '', 0),
(200, 1, '2022-04-02 08:44:22', '2022-04-02 08:44:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                                                                                <a href=\"https://theav.in/portfolio-cat/uncategorized/\" title=\"View all posts in Uncategorized\" rel=\"category\" >Uncategorized</a>                                    \n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:22', '2022-04-02 08:44:22', '', 7, 'https://theav.in/?p=200', 0, 'revision', '', 0),
(201, 1, '2022-04-02 08:44:22', '2022-04-02 08:44:22', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:44:22', '2022-04-02 08:44:22', '', 7, 'https://theav.in/?p=201', 0, 'revision', '', 0),
(203, 1, '2022-04-02 08:54:31', '2022-04-02 08:54:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:54:31', '2022-04-02 08:54:31', '', 7, 'https://theav.in/?p=203', 0, 'revision', '', 0),
(204, 1, '2022-04-02 08:54:31', '2022-04-02 08:54:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:54:31', '2022-04-02 08:54:31', '', 7, 'https://theav.in/?p=204', 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
(205, 1, '2022-04-02 08:54:31', '2022-04-02 08:54:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:54:31', '2022-04-02 08:54:31', '', 7, 'https://theav.in/?p=205', 0, 'revision', '', 0),
(206, 1, '2022-04-02 08:55:31', '2022-04-02 08:55:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:31', '2022-04-02 08:55:31', '', 7, 'https://theav.in/?p=206', 0, 'revision', '', 0),
(207, 1, '2022-04-02 08:55:31', '2022-04-02 08:55:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:31', '2022-04-02 08:55:31', '', 7, 'https://theav.in/?p=207', 0, 'revision', '', 0),
(208, 1, '2022-04-02 08:55:31', '2022-04-02 08:55:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:31', '2022-04-02 08:55:31', '', 7, 'https://theav.in/?p=208', 0, 'revision', '', 0),
(209, 1, '2022-04-02 08:55:49', '2022-04-02 08:55:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:49', '2022-04-02 08:55:49', '', 7, 'https://theav.in/?p=209', 0, 'revision', '', 0),
(210, 1, '2022-04-02 08:55:49', '2022-04-02 08:55:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:49', '2022-04-02 08:55:49', '', 7, 'https://theav.in/?p=210', 0, 'revision', '', 0),
(211, 1, '2022-04-02 08:55:49', '2022-04-02 08:55:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:49', '2022-04-02 08:55:49', '', 7, 'https://theav.in/?p=211', 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
(212, 1, '2022-04-02 08:55:57', '2022-04-02 08:55:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:57', '2022-04-02 08:55:57', '', 7, 'https://theav.in/?p=212', 0, 'revision', '', 0),
(213, 1, '2022-04-02 08:55:58', '2022-04-02 08:55:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:58', '2022-04-02 08:55:58', '', 7, 'https://theav.in/?p=213', 0, 'revision', '', 0),
(214, 1, '2022-04-02 08:55:58', '2022-04-02 08:55:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:55:58', '2022-04-02 08:55:58', '', 7, 'https://theav.in/?p=214', 0, 'revision', '', 0),
(215, 1, '2022-04-02 08:56:25', '2022-04-02 08:56:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:56:25', '2022-04-02 08:56:25', '', 7, 'https://theav.in/?p=215', 0, 'revision', '', 0),
(216, 1, '2022-04-02 08:56:25', '2022-04-02 08:56:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:56:25', '2022-04-02 08:56:25', '', 7, 'https://theav.in/?p=216', 0, 'revision', '', 0),
(217, 1, '2022-04-02 08:56:26', '2022-04-02 08:56:26', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 08:56:26', '2022-04-02 08:56:26', '', 7, 'https://theav.in/?p=217', 0, 'revision', '', 0),
(218, 1, '2022-04-02 09:03:09', '2022-04-02 09:03:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:09', '2022-04-02 09:03:09', '', 7, 'https://theav.in/?p=218', 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
(219, 1, '2022-04-02 09:03:10', '2022-04-02 09:03:10', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:10', '2022-04-02 09:03:10', '', 7, 'https://theav.in/?p=219', 0, 'revision', '', 0),
(220, 1, '2022-04-02 09:03:10', '2022-04-02 09:03:10', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:10', '2022-04-02 09:03:10', '', 7, 'https://theav.in/?p=220', 0, 'revision', '', 0),
(221, 1, '2022-04-02 09:03:20', '2022-04-02 09:03:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:20', '2022-04-02 09:03:20', '', 7, 'https://theav.in/?p=221', 0, 'revision', '', 0),
(222, 1, '2022-04-02 09:03:20', '2022-04-02 09:03:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:20', '2022-04-02 09:03:20', '', 7, 'https://theav.in/?p=222', 0, 'revision', '', 0),
(223, 1, '2022-04-02 09:03:20', '2022-04-02 09:03:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:03:20', '2022-04-02 09:03:20', '', 7, 'https://theav.in/?p=223', 0, 'revision', '', 0),
(224, 1, '2022-04-02 09:05:15', '2022-04-02 09:05:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:05:15', '2022-04-02 09:05:15', '', 7, 'https://theav.in/?p=224', 0, 'revision', '', 0),
(225, 1, '2022-04-02 09:05:15', '2022-04-02 09:05:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                    <img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://theav.in/wp-content/uploads/2022/04/134-2-150x150.jpg 150w, https://theav.in/wp-content/uploads/2022/04/134-2-300x300.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:05:15', '2022-04-02 09:05:15', '', 7, 'https://theav.in/?p=225', 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
(226, 1, '2022-04-02 09:05:15', '2022-04-02 09:05:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:05:15', '2022-04-02 09:05:15', '', 7, 'https://theav.in/?p=226', 0, 'revision', '', 0),
(227, 1, '2022-04-02 09:06:42', '2022-04-02 09:06:42', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:06:42', '2022-04-02 09:06:42', '', 7, 'https://theav.in/?p=227', 0, 'revision', '', 0),
(228, 1, '2022-04-02 09:06:42', '2022-04-02 09:06:42', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:06:42', '2022-04-02 09:06:42', '', 7, 'https://theav.in/?p=228', 0, 'revision', '', 0),
(229, 1, '2022-04-02 09:06:42', '2022-04-02 09:06:42', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:06:42', '2022-04-02 09:06:42', '', 7, 'https://theav.in/?p=229', 0, 'revision', '', 0),
(230, 1, '2022-04-02 09:07:01', '2022-04-02 09:07:01', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:07:01', '2022-04-02 09:07:01', '', 7, 'https://theav.in/?p=230', 0, 'revision', '', 0),
(231, 1, '2022-04-02 09:07:01', '2022-04-02 09:07:01', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:07:01', '2022-04-02 09:07:01', '', 7, 'https://theav.in/?p=231', 0, 'revision', '', 0),
(232, 1, '2022-04-02 09:07:01', '2022-04-02 09:07:01', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:07:01', '2022-04-02 09:07:01', '', 7, 'https://theav.in/?p=232', 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
(233, 1, '2022-04-02 09:13:09', '2022-04-02 09:13:09', '<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>We are a creative agency</h2>\n<h3>We amplify brand voices through branding, marketing and content</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Services</h2>\n<h3>Ultimate Experiences</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>About team</h2>\n<h3>We are the Leader in Branding and designing</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>\n<section>\n<h2>Oue Works</h2>\n<h3>The works we are proud of</h3>\n</section>\n<section style=\"\">\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\nDummy Portfolio 2                                        </a></h3>\n</header>\n</article>\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\nDummy Portfolio                                        </a></h3>\n</header>\n</article>\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Testimonial</h2>\n<h3>What our clients say</h3>\n</section>\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:13:09', '2022-04-02 09:13:09', '', 7, 'https://theav.in/?p=233', 0, 'revision', '', 0),
(234, 1, '2022-04-02 09:32:17', '2022-04-02 09:32:17', '<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>We are a creative agency</h2>\n<h3>We amplify brand voices through branding, marketing and content</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Services</h2>\n<h3>Ultimate Experiences</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>About team</h2>\n<h3>We are the Leader in Branding and designing</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>\n<section>\n<h2>Oue Works</h2>\n<h3>The works we are proud of</h3>\n</section>\n<section style=\"\">\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\nDummy Portfolio 2                                        </a></h3>\n</header>\n</article>\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\nDummy Portfolio                                        </a></h3>\n</header>\n</article>\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Testimonial</h2>\n<h3>What our clients say</h3>\n</section>\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:17', '2022-04-02 09:32:17', '', 7, 'https://theav.in/?p=234', 0, 'revision', '', 0),
(235, 1, '2022-04-02 09:32:17', '2022-04-02 09:32:17', '<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>We are a creative agency</h2>\n<h3>We amplify brand voices through branding, marketing and content</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section style=\"\">\n<h4>Digital Marketing</h4>\nNVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Services</h2>\n<h3>Ultimate Experiences</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>                    <a>\nContact us\n</a>\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section style=\"\">\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\">\n</section><!-- widget-container -->\n\n<section>\n<h2>About team</h2>\n<h3>We are the Leader in Branding and designing</h3>\nPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded\n\n</section>\n<section>\n<h2>Oue Works</h2>\n<h3>The works we are proud of</h3>\n</section>\n<section style=\"\">\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\nDummy Portfolio 2                                        </a></h3>\n</header>\n</article>\n<article>\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-387x217.png 387w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,387px\"></a>\n\n<header>\n<h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\nDummy Portfolio                                        </a></h3>\n</header>\n</article>\n</section><!-- widget-container -->\n\n<section>\n<h2>Our Testimonial</h2>\n<h3>What our clients say</h3>\n</section>\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->\n\n<section style=\"\">\n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.\n<h4>John Doe</h4>\n<h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:17', '2022-04-02 09:32:17', '', 7, 'https://theav.in/?p=235', 0, 'revision', '', 0),
(236, 1, '2022-04-02 09:32:17', '2022-04-02 09:32:17', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:17', '2022-04-02 09:32:17', '', 7, 'https://theav.in/?p=236', 0, 'revision', '', 0),
(237, 1, '2022-04-02 09:32:50', '2022-04-02 09:32:50', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:50', '2022-04-02 09:32:50', '', 7, 'https://theav.in/?p=237', 0, 'revision', '', 0),
(238, 1, '2022-04-02 09:32:50', '2022-04-02 09:32:50', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:50', '2022-04-02 09:32:50', '', 7, 'https://theav.in/?p=238', 0, 'revision', '', 0),
(239, 1, '2022-04-02 09:32:50', '2022-04-02 09:32:50', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:32:50', '2022-04-02 09:32:50', '', 7, 'https://theav.in/?p=239', 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
(240, 1, '2022-04-02 09:34:20', '2022-04-02 09:34:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:34:20', '2022-04-02 09:34:20', '', 7, 'https://theav.in/?p=240', 0, 'revision', '', 0),
(241, 1, '2022-04-02 09:34:20', '2022-04-02 09:34:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:34:20', '2022-04-02 09:34:20', '', 7, 'https://theav.in/?p=241', 0, 'revision', '', 0),
(242, 1, '2022-04-02 09:34:20', '2022-04-02 09:34:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 09:34:20', '2022-04-02 09:34:20', '', 7, 'https://theav.in/?p=242', 0, 'revision', '', 0),
(244, 1, '2022-04-02 10:01:25', '2022-04-02 10:01:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:25', '2022-04-02 10:01:25', '', 7, 'https://theav.in/?p=244', 0, 'revision', '', 0),
(245, 1, '2022-04-02 10:01:25', '2022-04-02 10:01:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:25', '2022-04-02 10:01:25', '', 7, 'https://theav.in/?p=245', 0, 'revision', '', 0),
(246, 1, '2022-04-02 10:01:25', '2022-04-02 10:01:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:25', '2022-04-02 10:01:25', '', 7, 'https://theav.in/?p=246', 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
(247, 1, '2022-04-02 10:01:36', '2022-04-02 10:01:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:36', '2022-04-02 10:01:36', '', 7, 'https://theav.in/?p=247', 0, 'revision', '', 0),
(248, 1, '2022-04-02 10:01:36', '2022-04-02 10:01:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:36', '2022-04-02 10:01:36', '', 7, 'https://theav.in/?p=248', 0, 'revision', '', 0),
(249, 1, '2022-04-02 10:01:36', '2022-04-02 10:01:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:36', '2022-04-02 10:01:36', '', 7, 'https://theav.in/?p=249', 0, 'revision', '', 0),
(250, 1, '2022-04-02 10:01:45', '2022-04-02 10:01:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:45', '2022-04-02 10:01:45', '', 7, 'https://theav.in/?p=250', 0, 'revision', '', 0),
(251, 1, '2022-04-02 10:01:45', '2022-04-02 10:01:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:45', '2022-04-02 10:01:45', '', 7, 'https://theav.in/?p=251', 0, 'revision', '', 0),
(252, 1, '2022-04-02 10:01:45', '2022-04-02 10:01:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:45', '2022-04-02 10:01:45', '', 7, 'https://theav.in/?p=252', 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
(253, 1, '2022-04-02 10:01:54', '2022-04-02 10:01:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:54', '2022-04-02 10:01:54', '', 7, 'https://theav.in/?p=253', 0, 'revision', '', 0),
(254, 1, '2022-04-02 10:01:55', '2022-04-02 10:01:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:55', '2022-04-02 10:01:55', '', 7, 'https://theav.in/?p=254', 0, 'revision', '', 0),
(255, 1, '2022-04-02 10:01:55', '2022-04-02 10:01:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:01:55', '2022-04-02 10:01:55', '', 7, 'https://theav.in/?p=255', 0, 'revision', '', 0),
(256, 1, '2022-04-02 10:02:04', '2022-04-02 10:02:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:02:04', '2022-04-02 10:02:04', '', 7, 'https://theav.in/?p=256', 0, 'revision', '', 0),
(257, 1, '2022-04-02 10:02:04', '2022-04-02 10:02:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:02:04', '2022-04-02 10:02:04', '', 7, 'https://theav.in/?p=257', 0, 'revision', '', 0),
(258, 1, '2022-04-02 10:02:04', '2022-04-02 10:02:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 10:02:04', '2022-04-02 10:02:04', '', 7, 'https://theav.in/?p=258', 0, 'revision', '', 0),
(259, 1, '2022-04-02 10:41:03', '2022-04-02 10:40:29', '', 'services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2022-04-02 10:41:03', '2022-04-02 10:41:03', '', 0, 'https://theav.in/?p=259', 1, 'nav_menu_item', '', 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
(261, 1, '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services-2', '', '', '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 0, 'https://theav.in/uncategorized/services-2/', 1, 'nav_menu_item', '', 0),
(262, 1, '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 0, 'https://theav.in/uncategorized/about/', 2, 'nav_menu_item', '', 0),
(263, 1, '2022-04-02 15:12:18', '2022-04-02 10:55:44', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2022-04-02 15:12:18', '2022-04-02 15:12:18', '', 0, 'https://theav.in/uncategorized/contact-us/', 3, 'nav_menu_item', '', 0),
(264, 1, '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 'Our Works', '', 'publish', 'closed', 'closed', '', 'our-works', '', '', '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 0, 'https://theav.in/uncategorized/our-works/', 4, 'nav_menu_item', '', 0),
(265, 1, '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2022-04-02 10:55:44', '2022-04-02 10:55:44', '', 0, 'https://theav.in/uncategorized/testimonials/', 5, 'nav_menu_item', '', 0),
(266, 1, '2022-04-02 10:57:48', '2022-04-02 10:57:48', '', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 10:57:48', '2022-04-02 10:57:48', '', 6, 'https://theav.in/?p=266', 0, 'revision', '', 0),
(267, 1, '2022-04-02 10:57:48', '2022-04-02 10:57:48', '<section><h3><a href=\"https://theav.in/\" title=\"My blog\">My blog</a></h3><p>Just another WordPress site</p></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-d052931\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-d052931 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"768\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact\">\n				Contact us\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 769px) { .elementor-element-d052931 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 10:57:48', '2022-04-02 10:57:48', '', 6, 'https://theav.in/?p=267', 0, 'revision', '', 0),
(270, 1, '2022-04-02 11:09:14', '2022-04-02 11:09:14', '', 'WhatsApp Image 2022-04-01 at 15.32.23', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-04-01-at-15-32-23', '', '', '2022-04-02 11:09:20', '2022-04-02 11:09:20', '', 0, 'http://theav.in/wp-content/uploads/2022/04/WhatsApp-Image-2022-04-01-at-15.32.23.jpeg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2022-04-02 11:09:22', '2022-04-02 11:09:22', 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23.jpeg', 'cropped-WhatsApp-Image-2022-04-01-at-15.32.23.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-whatsapp-image-2022-04-01-at-15-32-23-jpeg', '', '', '2022-04-02 11:09:22', '2022-04-02 11:09:22', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23.jpeg', 0, 'attachment', 'image/jpeg', 0),
(273, 1, '2022-04-02 11:27:16', '2022-04-02 11:27:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:27:16', '2022-04-02 11:27:16', '', 7, 'https://theav.in/?p=273', 0, 'revision', '', 0),
(274, 1, '2022-04-02 11:27:16', '2022-04-02 11:27:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:27:16', '2022-04-02 11:27:16', '', 7, 'https://theav.in/?p=274', 0, 'revision', '', 0),
(275, 1, '2022-04-02 11:27:16', '2022-04-02 11:27:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:27:16', '2022-04-02 11:27:16', '', 7, 'https://theav.in/?p=275', 0, 'revision', '', 0),
(277, 1, '2022-04-02 11:39:57', '2022-04-02 11:39:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:39:57', '2022-04-02 11:39:57', '', 7, 'https://theav.in/?p=277', 0, 'revision', '', 0),
(278, 1, '2022-04-02 11:39:57', '2022-04-02 11:39:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:39:57', '2022-04-02 11:39:57', '', 7, 'https://theav.in/?p=278', 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
(279, 1, '2022-04-02 11:39:57', '2022-04-02 11:39:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:39:57', '2022-04-02 11:39:57', '', 7, 'https://theav.in/?p=279', 0, 'revision', '', 0),
(280, 1, '2022-04-02 11:40:09', '2022-04-02 11:40:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:40:09', '2022-04-02 11:40:09', '', 7, 'https://theav.in/?p=280', 0, 'revision', '', 0),
(281, 1, '2022-04-02 11:40:09', '2022-04-02 11:40:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:40:09', '2022-04-02 11:40:09', '', 7, 'https://theav.in/?p=281', 0, 'revision', '', 0),
(282, 1, '2022-04-02 11:40:09', '2022-04-02 11:40:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:40:09', '2022-04-02 11:40:09', '', 7, 'https://theav.in/?p=282', 0, 'revision', '', 0),
(283, 1, '2022-04-02 11:41:12', '2022-04-02 11:41:12', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:41:12', '2022-04-02 11:41:12', '', 7, 'https://theav.in/?p=283', 0, 'revision', '', 0),
(284, 1, '2022-04-02 11:41:12', '2022-04-02 11:41:12', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:41:12', '2022-04-02 11:41:12', '', 7, 'https://theav.in/?p=284', 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
(285, 1, '2022-04-02 11:41:12', '2022-04-02 11:41:12', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:41:12', '2022-04-02 11:41:12', '', 7, 'https://theav.in/?p=285', 0, 'revision', '', 0),
(286, 1, '2022-04-02 11:43:44', '2022-04-02 11:43:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:43:44', '2022-04-02 11:43:44', '', 7, 'https://theav.in/?p=286', 0, 'revision', '', 0),
(287, 1, '2022-04-02 11:43:44', '2022-04-02 11:43:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:43:44', '2022-04-02 11:43:44', '', 7, 'https://theav.in/?p=287', 0, 'revision', '', 0),
(288, 1, '2022-04-02 11:43:45', '2022-04-02 11:43:45', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:43:45', '2022-04-02 11:43:45', '', 7, 'https://theav.in/?p=288', 0, 'revision', '', 0),
(289, 1, '2022-04-02 11:45:37', '2022-04-02 11:45:37', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:45:37', '2022-04-02 11:45:37', '', 7, 'https://theav.in/?p=289', 0, 'revision', '', 0),
(290, 1, '2022-04-02 11:45:37', '2022-04-02 11:45:37', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:45:37', '2022-04-02 11:45:37', '', 7, 'https://theav.in/?p=290', 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
(291, 1, '2022-04-02 11:45:37', '2022-04-02 11:45:37', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:45:37', '2022-04-02 11:45:37', '', 7, 'https://theav.in/?p=291', 0, 'revision', '', 0),
(292, 1, '2022-04-02 11:46:57', '2022-04-02 11:46:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:46:57', '2022-04-02 11:46:57', '', 7, 'https://theav.in/?p=292', 0, 'revision', '', 0),
(293, 1, '2022-04-02 11:46:57', '2022-04-02 11:46:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:46:57', '2022-04-02 11:46:57', '', 7, 'https://theav.in/?p=293', 0, 'revision', '', 0),
(294, 1, '2022-04-02 11:46:57', '2022-04-02 11:46:57', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:46:57', '2022-04-02 11:46:57', '', 7, 'https://theav.in/?p=294', 0, 'revision', '', 0),
(295, 1, '2022-04-02 11:53:47', '2022-04-02 11:53:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:53:47', '2022-04-02 11:53:47', '', 7, 'https://theav.in/?p=295', 0, 'revision', '', 0),
(296, 1, '2022-04-02 11:53:47', '2022-04-02 11:53:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:53:47', '2022-04-02 11:53:47', '', 7, 'https://theav.in/?p=296', 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
(297, 1, '2022-04-02 11:53:47', '2022-04-02 11:53:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:53:47', '2022-04-02 11:53:47', '', 7, 'https://theav.in/?p=297', 0, 'revision', '', 0),
(299, 1, '2022-04-02 11:56:24', '2022-04-02 11:56:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:24', '2022-04-02 11:56:24', '', 7, 'https://theav.in/?p=299', 0, 'revision', '', 0),
(300, 1, '2022-04-02 11:56:24', '2022-04-02 11:56:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:24', '2022-04-02 11:56:24', '', 7, 'https://theav.in/?p=300', 0, 'revision', '', 0),
(301, 1, '2022-04-02 11:56:24', '2022-04-02 11:56:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:24', '2022-04-02 11:56:24', '', 7, 'https://theav.in/?p=301', 0, 'revision', '', 0),
(302, 1, '2022-04-02 11:56:54', '2022-04-02 11:56:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:54', '2022-04-02 11:56:54', '', 7, 'https://theav.in/?p=302', 0, 'revision', '', 0),
(303, 1, '2022-04-02 11:56:54', '2022-04-02 11:56:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:54', '2022-04-02 11:56:54', '', 7, 'https://theav.in/?p=303', 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
(304, 1, '2022-04-02 11:56:54', '2022-04-02 11:56:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:56:54', '2022-04-02 11:56:54', '', 7, 'https://theav.in/?p=304', 0, 'revision', '', 0),
(305, 1, '2022-04-02 11:57:21', '2022-04-02 11:57:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:57:21', '2022-04-02 11:57:21', '', 7, 'https://theav.in/?p=305', 0, 'revision', '', 0),
(306, 1, '2022-04-02 11:57:21', '2022-04-02 11:57:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a>\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:57:21', '2022-04-02 11:57:21', '', 7, 'https://theav.in/?p=306', 0, 'revision', '', 0),
(307, 1, '2022-04-02 11:57:21', '2022-04-02 11:57:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:57:21', '2022-04-02 11:57:21', '', 7, 'https://theav.in/?p=307', 0, 'revision', '', 0),
(308, 1, '2022-04-02 11:58:20', '2022-04-02 11:58:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:20', '2022-04-02 11:58:20', '', 7, 'https://theav.in/?p=308', 0, 'revision', '', 0),
(309, 1, '2022-04-02 11:58:20', '2022-04-02 11:58:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:20', '2022-04-02 11:58:20', '', 7, 'https://theav.in/?p=309', 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
(310, 1, '2022-04-02 11:58:21', '2022-04-02 11:58:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:21', '2022-04-02 11:58:21', '', 7, 'https://theav.in/?p=310', 0, 'revision', '', 0),
(311, 1, '2022-04-02 11:58:44', '2022-04-02 11:58:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:44', '2022-04-02 11:58:44', '', 7, 'https://theav.in/?p=311', 0, 'revision', '', 0),
(312, 1, '2022-04-02 11:58:44', '2022-04-02 11:58:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:44', '2022-04-02 11:58:44', '', 7, 'https://theav.in/?p=312', 0, 'revision', '', 0),
(313, 1, '2022-04-02 11:58:44', '2022-04-02 11:58:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:58:44', '2022-04-02 11:58:44', '', 7, 'https://theav.in/?p=313', 0, 'revision', '', 0),
(314, 1, '2022-04-02 11:59:04', '2022-04-02 11:59:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:04', '2022-04-02 11:59:04', '', 7, 'https://theav.in/?p=314', 0, 'revision', '', 0),
(315, 1, '2022-04-02 11:59:04', '2022-04-02 11:59:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:04', '2022-04-02 11:59:04', '', 7, 'https://theav.in/?p=315', 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
(316, 1, '2022-04-02 11:59:04', '2022-04-02 11:59:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:04', '2022-04-02 11:59:04', '', 7, 'https://theav.in/?p=316', 0, 'revision', '', 0),
(317, 1, '2022-04-02 11:59:49', '2022-04-02 11:59:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:49', '2022-04-02 11:59:49', '', 7, 'https://theav.in/?p=317', 0, 'revision', '', 0),
(318, 1, '2022-04-02 11:59:49', '2022-04-02 11:59:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:49', '2022-04-02 11:59:49', '', 7, 'https://theav.in/?p=318', 0, 'revision', '', 0),
(319, 1, '2022-04-02 11:59:49', '2022-04-02 11:59:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 11:59:49', '2022-04-02 11:59:49', '', 7, 'https://theav.in/?p=319', 0, 'revision', '', 0),
(320, 1, '2022-04-02 12:01:51', '2022-04-02 12:01:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:01:51', '2022-04-02 12:01:51', '', 7, 'https://theav.in/?p=320', 0, 'revision', '', 0),
(321, 1, '2022-04-02 12:01:51', '2022-04-02 12:01:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:01:51', '2022-04-02 12:01:51', '', 7, 'https://theav.in/?p=321', 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
(322, 1, '2022-04-02 12:01:52', '2022-04-02 12:01:52', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:01:52', '2022-04-02 12:01:52', '', 7, 'https://theav.in/?p=322', 0, 'revision', '', 0),
(323, 1, '2022-04-02 12:02:33', '2022-04-02 12:02:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:02:33', '2022-04-02 12:02:33', '', 7, 'https://theav.in/?p=323', 0, 'revision', '', 0),
(324, 1, '2022-04-02 12:02:33', '2022-04-02 12:02:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:02:33', '2022-04-02 12:02:33', '', 7, 'https://theav.in/?p=324', 0, 'revision', '', 0),
(325, 1, '2022-04-02 12:02:33', '2022-04-02 12:02:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:02:33', '2022-04-02 12:02:33', '', 7, 'https://theav.in/?p=325', 0, 'revision', '', 0),
(326, 1, '2022-04-02 12:03:07', '2022-04-02 12:03:07', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:07', '2022-04-02 12:03:07', '', 7, 'https://theav.in/?p=326', 0, 'revision', '', 0),
(327, 1, '2022-04-02 12:03:07', '2022-04-02 12:03:07', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:07', '2022-04-02 12:03:07', '', 7, 'https://theav.in/?p=327', 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
(328, 1, '2022-04-02 12:03:07', '2022-04-02 12:03:07', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:07', '2022-04-02 12:03:07', '', 7, 'https://theav.in/?p=328', 0, 'revision', '', 0),
(329, 1, '2022-04-02 12:03:14', '2022-04-02 12:03:14', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:14', '2022-04-02 12:03:14', '', 7, 'https://theav.in/?p=329', 0, 'revision', '', 0),
(330, 1, '2022-04-02 12:03:14', '2022-04-02 12:03:14', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:14', '2022-04-02 12:03:14', '', 7, 'https://theav.in/?p=330', 0, 'revision', '', 0),
(331, 1, '2022-04-02 12:03:15', '2022-04-02 12:03:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:15', '2022-04-02 12:03:15', '', 7, 'https://theav.in/?p=331', 0, 'revision', '', 0),
(332, 1, '2022-04-02 12:03:34', '2022-04-02 12:03:34', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:34', '2022-04-02 12:03:34', '', 7, 'https://theav.in/?p=332', 0, 'revision', '', 0),
(333, 1, '2022-04-02 12:03:34', '2022-04-02 12:03:34', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:34', '2022-04-02 12:03:34', '', 7, 'https://theav.in/?p=333', 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
(334, 1, '2022-04-02 12:03:34', '2022-04-02 12:03:34', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:03:34', '2022-04-02 12:03:34', '', 7, 'https://theav.in/?p=334', 0, 'revision', '', 0),
(335, 1, '2022-04-02 12:04:11', '2022-04-02 12:04:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:04:11', '2022-04-02 12:04:11', '', 7, 'https://theav.in/?p=335', 0, 'revision', '', 0),
(336, 1, '2022-04-02 12:04:11', '2022-04-02 12:04:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2></h2><h3>Contact us now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:04:11', '2022-04-02 12:04:11', '', 7, 'https://theav.in/?p=336', 0, 'revision', '', 0),
(337, 1, '2022-04-02 12:04:11', '2022-04-02 12:04:11', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us now</h2>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:04:11', '2022-04-02 12:04:11', '', 7, 'https://theav.in/?p=337', 0, 'revision', '', 0),
(338, 1, '2022-04-02 12:05:36', '2022-04-02 12:05:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us now</h2>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:05:36', '2022-04-02 12:05:36', '', 7, 'https://theav.in/?p=338', 0, 'revision', '', 0),
(339, 1, '2022-04-02 12:05:36', '2022-04-02 12:05:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>We are the Leader in Branding and designing</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us now</h2>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:05:36', '2022-04-02 12:05:36', '', 7, 'https://theav.in/?p=339', 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
(340, 1, '2022-04-02 12:05:36', '2022-04-02 12:05:36', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:05:36', '2022-04-02 12:05:36', '', 7, 'https://theav.in/?p=340', 0, 'revision', '', 0),
(341, 1, '2022-04-02 12:12:58', '2022-04-02 12:12:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:12:58', '2022-04-02 12:12:58', '', 7, 'https://theav.in/?p=341', 0, 'revision', '', 0),
(342, 1, '2022-04-02 12:12:58', '2022-04-02 12:12:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:12:58', '2022-04-02 12:12:58', '', 7, 'https://theav.in/?p=342', 0, 'revision', '', 0),
(343, 1, '2022-04-02 12:12:58', '2022-04-02 12:12:58', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:12:58', '2022-04-02 12:12:58', '', 7, 'https://theav.in/?p=343', 0, 'revision', '', 0),
(344, 1, '2022-04-02 12:13:14', '2022-04-02 12:13:14', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:14', '2022-04-02 12:13:14', '', 7, 'https://theav.in/?p=344', 0, 'revision', '', 0),
(345, 1, '2022-04-02 12:13:14', '2022-04-02 12:13:14', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:14', '2022-04-02 12:13:14', '', 7, 'https://theav.in/?p=345', 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
(346, 1, '2022-04-02 12:13:14', '2022-04-02 12:13:14', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:14', '2022-04-02 12:13:14', '', 7, 'https://theav.in/?p=346', 0, 'revision', '', 0),
(347, 1, '2022-04-02 12:13:25', '2022-04-02 12:13:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:25', '2022-04-02 12:13:25', '', 7, 'https://theav.in/?p=347', 0, 'revision', '', 0),
(348, 1, '2022-04-02 12:13:25', '2022-04-02 12:13:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:25', '2022-04-02 12:13:25', '', 7, 'https://theav.in/?p=348', 0, 'revision', '', 0),
(349, 1, '2022-04-02 12:13:25', '2022-04-02 12:13:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:25', '2022-04-02 12:13:25', '', 7, 'https://theav.in/?p=349', 0, 'revision', '', 0),
(350, 1, '2022-04-02 12:13:44', '2022-04-02 12:13:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:44', '2022-04-02 12:13:44', '', 7, 'https://theav.in/?p=350', 0, 'revision', '', 0),
(351, 1, '2022-04-02 12:13:44', '2022-04-02 12:13:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:44', '2022-04-02 12:13:44', '', 7, 'https://theav.in/?p=351', 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
(352, 1, '2022-04-02 12:13:44', '2022-04-02 12:13:44', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:44', '2022-04-02 12:13:44', '', 7, 'https://theav.in/?p=352', 0, 'revision', '', 0),
(353, 1, '2022-04-02 12:13:56', '2022-04-02 12:13:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:56', '2022-04-02 12:13:56', '', 7, 'https://theav.in/?p=353', 0, 'revision', '', 0),
(354, 1, '2022-04-02 12:13:56', '2022-04-02 12:13:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:56', '2022-04-02 12:13:56', '', 7, 'https://theav.in/?p=354', 0, 'revision', '', 0),
(355, 1, '2022-04-02 12:13:56', '2022-04-02 12:13:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:13:56', '2022-04-02 12:13:56', '', 7, 'https://theav.in/?p=355', 0, 'revision', '', 0),
(356, 1, '2022-04-02 12:14:49', '2022-04-02 12:14:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:14:49', '2022-04-02 12:14:49', '', 7, 'https://theav.in/?p=356', 0, 'revision', '', 0),
(357, 1, '2022-04-02 12:14:49', '2022-04-02 12:14:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:14:49', '2022-04-02 12:14:49', '', 7, 'https://theav.in/?p=357', 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
(358, 1, '2022-04-02 12:14:49', '2022-04-02 12:14:49', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:14:49', '2022-04-02 12:14:49', '', 7, 'https://theav.in/?p=358', 0, 'revision', '', 0),
(359, 1, '2022-04-02 12:17:35', '2022-04-02 12:17:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:35', '2022-04-02 12:17:35', '', 7, 'https://theav.in/?p=359', 0, 'revision', '', 0),
(360, 1, '2022-04-02 12:17:35', '2022-04-02 12:17:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:35', '2022-04-02 12:17:35', '', 7, 'https://theav.in/?p=360', 0, 'revision', '', 0),
(361, 1, '2022-04-02 12:17:35', '2022-04-02 12:17:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:35', '2022-04-02 12:17:35', '', 7, 'https://theav.in/?p=361', 0, 'revision', '', 0),
(362, 1, '2022-04-02 12:17:54', '2022-04-02 12:17:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:54', '2022-04-02 12:17:54', '', 7, 'https://theav.in/?p=362', 0, 'revision', '', 0),
(363, 1, '2022-04-02 12:17:54', '2022-04-02 12:17:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:54', '2022-04-02 12:17:54', '', 7, 'https://theav.in/?p=363', 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
(364, 1, '2022-04-02 12:17:55', '2022-04-02 12:17:55', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:17:55', '2022-04-02 12:17:55', '', 7, 'https://theav.in/?p=364', 0, 'revision', '', 0),
(365, 1, '2022-04-02 12:18:09', '2022-04-02 12:18:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:09', '2022-04-02 12:18:09', '', 7, 'https://theav.in/?p=365', 0, 'revision', '', 0),
(366, 1, '2022-04-02 12:18:09', '2022-04-02 12:18:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:09', '2022-04-02 12:18:09', '', 7, 'https://theav.in/?p=366', 0, 'revision', '', 0),
(367, 1, '2022-04-02 12:18:09', '2022-04-02 12:18:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:09', '2022-04-02 12:18:09', '', 7, 'https://theav.in/?p=367', 0, 'revision', '', 0),
(368, 1, '2022-04-02 12:18:17', '2022-04-02 12:18:17', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:17', '2022-04-02 12:18:17', '', 7, 'https://theav.in/?p=368', 0, 'revision', '', 0),
(369, 1, '2022-04-02 12:18:17', '2022-04-02 12:18:17', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:17', '2022-04-02 12:18:17', '', 7, 'https://theav.in/?p=369', 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
(370, 1, '2022-04-02 12:18:17', '2022-04-02 12:18:17', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:18:17', '2022-04-02 12:18:17', '', 7, 'https://theav.in/?p=370', 0, 'revision', '', 0),
(371, 1, '2022-04-02 12:19:20', '2022-04-02 12:19:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:20', '2022-04-02 12:19:20', '', 7, 'https://theav.in/?p=371', 0, 'revision', '', 0),
(372, 1, '2022-04-02 12:19:20', '2022-04-02 12:19:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:20', '2022-04-02 12:19:20', '', 7, 'https://theav.in/?p=372', 0, 'revision', '', 0),
(373, 1, '2022-04-02 12:19:20', '2022-04-02 12:19:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:20', '2022-04-02 12:19:20', '', 7, 'https://theav.in/?p=373', 0, 'revision', '', 0),
(374, 1, '2022-04-02 12:19:48', '2022-04-02 12:19:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:48', '2022-04-02 12:19:48', '', 7, 'https://theav.in/?p=374', 0, 'revision', '', 0),
(375, 1, '2022-04-02 12:19:48', '2022-04-02 12:19:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:48', '2022-04-02 12:19:48', '', 7, 'https://theav.in/?p=375', 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
(376, 1, '2022-04-02 12:19:48', '2022-04-02 12:19:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:19:48', '2022-04-02 12:19:48', '', 7, 'https://theav.in/?p=376', 0, 'revision', '', 0),
(377, 1, '2022-04-02 12:20:02', '2022-04-02 12:20:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:02', '2022-04-02 12:20:02', '', 7, 'https://theav.in/?p=377', 0, 'revision', '', 0),
(378, 1, '2022-04-02 12:20:02', '2022-04-02 12:20:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:02', '2022-04-02 12:20:02', '', 7, 'https://theav.in/?p=378', 0, 'revision', '', 0),
(379, 1, '2022-04-02 12:20:02', '2022-04-02 12:20:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:02', '2022-04-02 12:20:02', '', 7, 'https://theav.in/?p=379', 0, 'revision', '', 0),
(380, 1, '2022-04-02 12:20:15', '2022-04-02 12:20:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:15', '2022-04-02 12:20:15', '', 7, 'https://theav.in/?p=380', 0, 'revision', '', 0),
(381, 1, '2022-04-02 12:20:15', '2022-04-02 12:20:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:15', '2022-04-02 12:20:15', '', 7, 'https://theav.in/?p=381', 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
(382, 1, '2022-04-02 12:20:15', '2022-04-02 12:20:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:15', '2022-04-02 12:20:15', '', 7, 'https://theav.in/?p=382', 0, 'revision', '', 0),
(383, 1, '2022-04-02 12:20:32', '2022-04-02 12:20:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:32', '2022-04-02 12:20:32', '', 7, 'https://theav.in/?p=383', 0, 'revision', '', 0),
(384, 1, '2022-04-02 12:20:32', '2022-04-02 12:20:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:32', '2022-04-02 12:20:32', '', 7, 'https://theav.in/?p=384', 0, 'revision', '', 0),
(385, 1, '2022-04-02 12:20:32', '2022-04-02 12:20:32', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:20:32', '2022-04-02 12:20:32', '', 7, 'https://theav.in/?p=385', 0, 'revision', '', 0),
(386, 1, '2022-04-02 12:22:03', '2022-04-02 12:22:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:03', '2022-04-02 12:22:03', '', 7, 'https://theav.in/?p=386', 0, 'revision', '', 0),
(387, 1, '2022-04-02 12:22:03', '2022-04-02 12:22:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:03', '2022-04-02 12:22:03', '', 7, 'https://theav.in/?p=387', 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
(388, 1, '2022-04-02 12:22:03', '2022-04-02 12:22:03', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:03', '2022-04-02 12:22:03', '', 7, 'https://theav.in/?p=388', 0, 'revision', '', 0),
(389, 1, '2022-04-02 12:22:21', '2022-04-02 12:22:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:21', '2022-04-02 12:22:21', '', 7, 'https://theav.in/?p=389', 0, 'revision', '', 0),
(390, 1, '2022-04-02 12:22:21', '2022-04-02 12:22:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:21', '2022-04-02 12:22:21', '', 7, 'https://theav.in/?p=390', 0, 'revision', '', 0),
(391, 1, '2022-04-02 12:22:21', '2022-04-02 12:22:21', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:21', '2022-04-02 12:22:21', '', 7, 'https://theav.in/?p=391', 0, 'revision', '', 0),
(392, 1, '2022-04-02 12:22:35', '2022-04-02 12:22:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:35', '2022-04-02 12:22:35', '', 7, 'https://theav.in/?p=392', 0, 'revision', '', 0),
(393, 1, '2022-04-02 12:22:35', '2022-04-02 12:22:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:35', '2022-04-02 12:22:35', '', 7, 'https://theav.in/?p=393', 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
(394, 1, '2022-04-02 12:22:35', '2022-04-02 12:22:35', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:35', '2022-04-02 12:22:35', '', 7, 'https://theav.in/?p=394', 0, 'revision', '', 0),
(395, 1, '2022-04-02 12:22:46', '2022-04-02 12:22:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:46', '2022-04-02 12:22:46', '', 7, 'https://theav.in/?p=395', 0, 'revision', '', 0),
(396, 1, '2022-04-02 12:22:46', '2022-04-02 12:22:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:46', '2022-04-02 12:22:46', '', 7, 'https://theav.in/?p=396', 0, 'revision', '', 0),
(397, 1, '2022-04-02 12:22:46', '2022-04-02 12:22:46', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:22:46', '2022-04-02 12:22:46', '', 7, 'https://theav.in/?p=397', 0, 'revision', '', 0),
(398, 1, '2022-04-02 12:23:24', '2022-04-02 12:23:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:24', '2022-04-02 12:23:24', '', 7, 'https://theav.in/?p=398', 0, 'revision', '', 0),
(399, 1, '2022-04-02 12:23:24', '2022-04-02 12:23:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:24', '2022-04-02 12:23:24', '', 7, 'https://theav.in/?p=399', 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
(400, 1, '2022-04-02 12:23:24', '2022-04-02 12:23:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:24', '2022-04-02 12:23:24', '', 7, 'https://theav.in/?p=400', 0, 'revision', '', 0),
(401, 1, '2022-04-02 12:23:33', '2022-04-02 12:23:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:33', '2022-04-02 12:23:33', '', 7, 'https://theav.in/?p=401', 0, 'revision', '', 0),
(402, 1, '2022-04-02 12:23:33', '2022-04-02 12:23:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:33', '2022-04-02 12:23:33', '', 7, 'https://theav.in/?p=402', 0, 'revision', '', 0),
(403, 1, '2022-04-02 12:23:33', '2022-04-02 12:23:33', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:33', '2022-04-02 12:23:33', '', 7, 'https://theav.in/?p=403', 0, 'revision', '', 0),
(404, 1, '2022-04-02 12:23:41', '2022-04-02 12:23:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:41', '2022-04-02 12:23:41', '', 7, 'https://theav.in/?p=404', 0, 'revision', '', 0),
(405, 1, '2022-04-02 12:23:41', '2022-04-02 12:23:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:41', '2022-04-02 12:23:41', '', 7, 'https://theav.in/?p=405', 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
(406, 1, '2022-04-02 12:23:41', '2022-04-02 12:23:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:23:41', '2022-04-02 12:23:41', '', 7, 'https://theav.in/?p=406', 0, 'revision', '', 0),
(407, 1, '2022-04-02 12:24:20', '2022-04-02 12:24:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:24:20', '2022-04-02 12:24:20', '', 7, 'https://theav.in/?p=407', 0, 'revision', '', 0),
(408, 1, '2022-04-02 12:24:20', '2022-04-02 12:24:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:24:20', '2022-04-02 12:24:20', '', 7, 'https://theav.in/?p=408', 0, 'revision', '', 0),
(409, 1, '2022-04-02 12:24:20', '2022-04-02 12:24:20', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:24:20', '2022-04-02 12:24:20', '', 7, 'https://theav.in/?p=409', 0, 'revision', '', 0),
(410, 1, '2022-04-02 12:25:52', '2022-04-02 12:25:52', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:25:52', '2022-04-02 12:25:52', '', 7, 'https://theav.in/?p=410', 0, 'revision', '', 0),
(411, 1, '2022-04-02 12:25:52', '2022-04-02 12:25:52', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:25:52', '2022-04-02 12:25:52', '', 7, 'https://theav.in/?p=411', 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
(412, 1, '2022-04-02 12:25:52', '2022-04-02 12:25:52', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:25:52', '2022-04-02 12:25:52', '', 7, 'https://theav.in/?p=412', 0, 'revision', '', 0),
(413, 1, '2022-04-02 12:26:04', '2022-04-02 12:26:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:04', '2022-04-02 12:26:04', '', 7, 'https://theav.in/?p=413', 0, 'revision', '', 0),
(414, 1, '2022-04-02 12:26:04', '2022-04-02 12:26:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:04', '2022-04-02 12:26:04', '', 7, 'https://theav.in/?p=414', 0, 'revision', '', 0),
(415, 1, '2022-04-02 12:26:04', '2022-04-02 12:26:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:04', '2022-04-02 12:26:04', '', 7, 'https://theav.in/?p=415', 0, 'revision', '', 0),
(416, 1, '2022-04-02 12:26:19', '2022-04-02 12:26:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:19', '2022-04-02 12:26:19', '', 7, 'https://theav.in/?p=416', 0, 'revision', '', 0),
(417, 1, '2022-04-02 12:26:19', '2022-04-02 12:26:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:19', '2022-04-02 12:26:19', '', 7, 'https://theav.in/?p=417', 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
(418, 1, '2022-04-02 12:26:19', '2022-04-02 12:26:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:26:19', '2022-04-02 12:26:19', '', 7, 'https://theav.in/?p=418', 0, 'revision', '', 0),
(419, 1, '2022-04-02 12:27:08', '2022-04-02 12:27:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:08', '2022-04-02 12:27:08', '', 7, 'https://theav.in/?p=419', 0, 'revision', '', 0),
(420, 1, '2022-04-02 12:27:08', '2022-04-02 12:27:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:08', '2022-04-02 12:27:08', '', 7, 'https://theav.in/?p=420', 0, 'revision', '', 0),
(421, 1, '2022-04-02 12:27:08', '2022-04-02 12:27:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:08', '2022-04-02 12:27:08', '', 7, 'https://theav.in/?p=421', 0, 'revision', '', 0),
(422, 1, '2022-04-02 12:27:24', '2022-04-02 12:27:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:24', '2022-04-02 12:27:24', '', 7, 'https://theav.in/?p=422', 0, 'revision', '', 0),
(423, 1, '2022-04-02 12:27:24', '2022-04-02 12:27:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:24', '2022-04-02 12:27:24', '', 7, 'https://theav.in/?p=423', 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
(424, 1, '2022-04-02 12:27:24', '2022-04-02 12:27:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:24', '2022-04-02 12:27:24', '', 7, 'https://theav.in/?p=424', 0, 'revision', '', 0),
(425, 1, '2022-04-02 12:27:47', '2022-04-02 12:27:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:47', '2022-04-02 12:27:47', '', 7, 'https://theav.in/?p=425', 0, 'revision', '', 0),
(426, 1, '2022-04-02 12:27:47', '2022-04-02 12:27:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:47', '2022-04-02 12:27:47', '', 7, 'https://theav.in/?p=426', 0, 'revision', '', 0),
(427, 1, '2022-04-02 12:27:47', '2022-04-02 12:27:47', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:47', '2022-04-02 12:27:47', '', 7, 'https://theav.in/?p=427', 0, 'revision', '', 0),
(428, 1, '2022-04-02 12:27:54', '2022-04-02 12:27:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:54', '2022-04-02 12:27:54', '', 7, 'https://theav.in/?p=428', 0, 'revision', '', 0),
(429, 1, '2022-04-02 12:27:54', '2022-04-02 12:27:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:54', '2022-04-02 12:27:54', '', 7, 'https://theav.in/?p=429', 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
(430, 1, '2022-04-02 12:27:54', '2022-04-02 12:27:54', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:27:54', '2022-04-02 12:27:54', '', 7, 'https://theav.in/?p=430', 0, 'revision', '', 0),
(431, 1, '2022-04-02 12:29:05', '2022-04-02 12:29:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:05', '2022-04-02 12:29:05', '', 7, 'https://theav.in/?p=431', 0, 'revision', '', 0),
(432, 1, '2022-04-02 12:29:05', '2022-04-02 12:29:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:05', '2022-04-02 12:29:05', '', 7, 'https://theav.in/?p=432', 0, 'revision', '', 0),
(433, 1, '2022-04-02 12:29:05', '2022-04-02 12:29:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:05', '2022-04-02 12:29:05', '', 7, 'https://theav.in/?p=433', 0, 'revision', '', 0),
(434, 1, '2022-04-02 12:29:15', '2022-04-02 12:29:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:15', '2022-04-02 12:29:15', '', 7, 'https://theav.in/?p=434', 0, 'revision', '', 0),
(435, 1, '2022-04-02 12:29:15', '2022-04-02 12:29:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:15', '2022-04-02 12:29:15', '', 7, 'https://theav.in/?p=435', 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
(436, 1, '2022-04-02 12:29:15', '2022-04-02 12:29:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:15', '2022-04-02 12:29:15', '', 7, 'https://theav.in/?p=436', 0, 'revision', '', 0),
(437, 1, '2022-04-02 12:29:19', '2022-04-02 12:29:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:19', '2022-04-02 12:29:19', '', 7, 'https://theav.in/?p=437', 0, 'revision', '', 0),
(438, 1, '2022-04-02 12:29:19', '2022-04-02 12:29:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:19', '2022-04-02 12:29:19', '', 7, 'https://theav.in/?p=438', 0, 'revision', '', 0),
(439, 1, '2022-04-02 12:29:19', '2022-04-02 12:29:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:19', '2022-04-02 12:29:19', '', 7, 'https://theav.in/?p=439', 0, 'revision', '', 0),
(440, 1, '2022-04-02 12:29:31', '2022-04-02 12:29:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:31', '2022-04-02 12:29:31', '', 7, 'https://theav.in/?p=440', 0, 'revision', '', 0),
(441, 1, '2022-04-02 12:29:31', '2022-04-02 12:29:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:31', '2022-04-02 12:29:31', '', 7, 'https://theav.in/?p=441', 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
(442, 1, '2022-04-02 12:29:31', '2022-04-02 12:29:31', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:31', '2022-04-02 12:29:31', '', 7, 'https://theav.in/?p=442', 0, 'revision', '', 0),
(443, 1, '2022-04-02 12:29:48', '2022-04-02 12:29:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:48', '2022-04-02 12:29:48', '', 7, 'https://theav.in/?p=443', 0, 'revision', '', 0),
(444, 1, '2022-04-02 12:29:48', '2022-04-02 12:29:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:48', '2022-04-02 12:29:48', '', 7, 'https://theav.in/?p=444', 0, 'revision', '', 0),
(445, 1, '2022-04-02 12:29:48', '2022-04-02 12:29:48', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:29:48', '2022-04-02 12:29:48', '', 7, 'https://theav.in/?p=445', 0, 'revision', '', 0),
(447, 1, '2022-04-02 12:38:15', '2022-04-02 12:38:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:38:15', '2022-04-02 12:38:15', '', 7, 'https://theav.in/?p=447', 0, 'revision', '', 0),
(448, 1, '2022-04-02 12:38:15', '2022-04-02 12:38:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>We amplify brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:38:15', '2022-04-02 12:38:15', '', 7, 'https://theav.in/?p=448', 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
(449, 1, '2022-04-02 12:38:15', '2022-04-02 12:38:15', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:38:15', '2022-04-02 12:38:15', '', 7, 'https://theav.in/?p=449', 0, 'revision', '', 0),
(450, 1, '2022-04-02 12:41:04', '2022-04-02 12:41:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:04', '2022-04-02 12:41:04', '', 7, 'https://theav.in/?p=450', 0, 'revision', '', 0),
(451, 1, '2022-04-02 12:41:04', '2022-04-02 12:41:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand voices through branding, marketing and content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:04', '2022-04-02 12:41:04', '', 7, 'https://theav.in/?p=451', 0, 'revision', '', 0),
(452, 1, '2022-04-02 12:41:05', '2022-04-02 12:41:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:05', '2022-04-02 12:41:05', '', 7, 'https://theav.in/?p=452', 0, 'revision', '', 0),
(453, 1, '2022-04-02 12:41:18', '2022-04-02 12:41:18', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:18', '2022-04-02 12:41:18', '', 7, 'https://theav.in/?p=453', 0, 'revision', '', 0),
(454, 1, '2022-04-02 12:41:18', '2022-04-02 12:41:18', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:18', '2022-04-02 12:41:18', '', 7, 'https://theav.in/?p=454', 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
(455, 1, '2022-04-02 12:41:19', '2022-04-02 12:41:19', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:41:19', '2022-04-02 12:41:19', '', 7, 'https://theav.in/?p=455', 0, 'revision', '', 0),
(456, 1, '2022-04-02 12:42:59', '2022-04-02 12:42:59', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:42:59', '2022-04-02 12:42:59', '', 7, 'https://theav.in/?p=456', 0, 'revision', '', 0),
(457, 1, '2022-04-02 12:42:59', '2022-04-02 12:42:59', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:42:59', '2022-04-02 12:42:59', '', 7, 'https://theav.in/?p=457', 0, 'revision', '', 0),
(458, 1, '2022-04-02 12:43:00', '2022-04-02 12:43:00', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:43:00', '2022-04-02 12:43:00', '', 7, 'https://theav.in/?p=458', 0, 'revision', '', 0),
(459, 1, '2022-04-02 12:44:02', '2022-04-02 12:44:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:44:02', '2022-04-02 12:44:02', '', 7, 'https://theav.in/?p=459', 0, 'revision', '', 0),
(460, 1, '2022-04-02 12:44:02', '2022-04-02 12:44:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies for the purpose of Amplifying Brand Voices.</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:44:02', '2022-04-02 12:44:02', '', 7, 'https://theav.in/?p=460', 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
(461, 1, '2022-04-02 12:44:02', '2022-04-02 12:44:02', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:44:02', '2022-04-02 12:44:02', '', 7, 'https://theav.in/?p=461', 0, 'revision', '', 0),
(462, 1, '2022-04-02 12:47:09', '2022-04-02 12:47:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:09', '2022-04-02 12:47:09', '', 7, 'https://theav.in/?p=462', 0, 'revision', '', 0),
(463, 1, '2022-04-02 12:47:09', '2022-04-02 12:47:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a creative agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We are a Creative Agency specializing in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:09', '2022-04-02 12:47:09', '', 7, 'https://theav.in/?p=463', 0, 'revision', '', 0),
(464, 1, '2022-04-02 12:47:09', '2022-04-02 12:47:09', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:09', '2022-04-02 12:47:09', '', 7, 'https://theav.in/?p=464', 0, 'revision', '', 0),
(465, 1, '2022-04-02 12:47:24', '2022-04-02 12:47:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:24', '2022-04-02 12:47:24', '', 7, 'https://theav.in/?p=465', 0, 'revision', '', 0),
(466, 1, '2022-04-02 12:47:24', '2022-04-02 12:47:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:24', '2022-04-02 12:47:24', '', 7, 'https://theav.in/?p=466', 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
(467, 1, '2022-04-02 12:47:24', '2022-04-02 12:47:24', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:47:24', '2022-04-02 12:47:24', '', 7, 'https://theav.in/?p=467', 0, 'revision', '', 0),
(469, 1, '2022-04-02 12:57:08', '2022-04-02 12:57:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:08', '2022-04-02 12:57:08', '', 7, 'https://theav.in/?p=469', 0, 'revision', '', 0),
(470, 1, '2022-04-02 12:57:08', '2022-04-02 12:57:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:08', '2022-04-02 12:57:08', '', 7, 'https://theav.in/?p=470', 0, 'revision', '', 0),
(471, 1, '2022-04-02 12:57:08', '2022-04-02 12:57:08', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:08', '2022-04-02 12:57:08', '', 7, 'https://theav.in/?p=471', 0, 'revision', '', 0),
(472, 1, '2022-04-02 12:57:41', '2022-04-02 12:57:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:41', '2022-04-02 12:57:41', '', 7, 'https://theav.in/?p=472', 0, 'revision', '', 0),
(473, 1, '2022-04-02 12:57:41', '2022-04-02 12:57:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:41', '2022-04-02 12:57:41', '', 7, 'https://theav.in/?p=473', 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
(474, 1, '2022-04-02 12:57:41', '2022-04-02 12:57:41', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:57:41', '2022-04-02 12:57:41', '', 7, 'https://theav.in/?p=474', 0, 'revision', '', 0),
(475, 1, '2022-04-02 12:58:16', '2022-04-02 12:58:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:58:16', '2022-04-02 12:58:16', '', 7, 'https://theav.in/?p=475', 0, 'revision', '', 0),
(476, 1, '2022-04-02 12:58:16', '2022-04-02 12:58:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:58:16', '2022-04-02 12:58:16', '', 7, 'https://theav.in/?p=476', 0, 'revision', '', 0),
(477, 1, '2022-04-02 12:58:16', '2022-04-02 12:58:16', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:58:16', '2022-04-02 12:58:16', '', 7, 'https://theav.in/?p=477', 0, 'revision', '', 0),
(478, 1, '2022-04-02 12:59:56', '2022-04-02 12:59:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:59:56', '2022-04-02 12:59:56', '', 7, 'https://theav.in/?p=478', 0, 'revision', '', 0),
(479, 1, '2022-04-02 12:59:56', '2022-04-02 12:59:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>Ultimate Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:59:56', '2022-04-02 12:59:56', '', 7, 'https://theav.in/?p=479', 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
(480, 1, '2022-04-02 12:59:56', '2022-04-02 12:59:56', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 12:59:56', '2022-04-02 12:59:56', '', 7, 'https://theav.in/?p=480', 0, 'revision', '', 0),
(481, 1, '2022-04-02 13:00:04', '2022-04-02 13:00:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:00:04', '2022-04-02 13:00:04', '', 7, 'https://theav.in/?p=481', 0, 'revision', '', 0),
(482, 1, '2022-04-02 13:00:04', '2022-04-02 13:00:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:00:04', '2022-04-02 13:00:04', '', 7, 'https://theav.in/?p=482', 0, 'revision', '', 0),
(483, 1, '2022-04-02 13:00:05', '2022-04-02 13:00:05', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:00:05', '2022-04-02 13:00:05', '', 7, 'https://theav.in/?p=483', 0, 'revision', '', 0),
(484, 1, '2022-04-02 13:34:25', '2022-04-02 13:34:25', '', 'About us', '', 'inherit', 'open', 'closed', '', 'about-us-page-pana', '', '', '2022-04-02 13:34:41', '2022-04-02 13:34:41', '', 7, 'http://theav.in/wp-content/uploads/2022/04/About-us-page-pana.png', 0, 'attachment', 'image/png', 0),
(485, 1, '2022-04-02 13:34:51', '2022-04-02 13:34:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:34:51', '2022-04-02 13:34:51', '', 7, 'https://theav.in/?p=485', 0, 'revision', '', 0),
(486, 1, '2022-04-02 13:34:51', '2022-04-02 13:34:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:34:51', '2022-04-02 13:34:51', '', 7, 'https://theav.in/?p=486', 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
(487, 1, '2022-04-02 13:34:51', '2022-04-02 13:34:51', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:34:51', '2022-04-02 13:34:51', '', 7, 'https://theav.in/?p=487', 0, 'revision', '', 0),
(488, 1, '2022-04-02 13:35:25', '2022-04-02 13:35:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:35:25', '2022-04-02 13:35:25', '', 7, 'https://theav.in/?p=488', 0, 'revision', '', 0),
(489, 1, '2022-04-02 13:35:25', '2022-04-02 13:35:25', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:35:25', '2022-04-02 13:35:25', '', 7, 'https://theav.in/?p=489', 0, 'revision', '', 0),
(490, 1, '2022-04-02 13:35:26', '2022-04-02 13:35:26', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:35:26', '2022-04-02 13:35:26', '', 7, 'https://theav.in/?p=490', 0, 'revision', '', 0),
(491, 1, '2022-04-02 13:38:45', '2022-04-02 13:38:45', '', 'AV', '', 'inherit', 'open', 'closed', '', 'growth-curve-cuate', '', '', '2022-04-02 13:38:56', '2022-04-02 13:38:56', '', 7, 'http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate.png', 0, 'attachment', 'image/png', 0),
(492, 1, '2022-04-02 13:39:04', '2022-04-02 13:39:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:39:04', '2022-04-02 13:39:04', '', 7, 'https://theav.in/?p=492', 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
(493, 1, '2022-04-02 13:39:04', '2022-04-02 13:39:04', '<section style=\"\" >\n            <img src=\"https://theav.in/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:39:04', '2022-04-02 13:39:04', '', 7, 'https://theav.in/?p=493', 0, 'revision', '', 0),
(494, 1, '2022-04-02 13:39:05', '2022-04-02 13:39:05', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:39:05', '2022-04-02 13:39:05', '', 7, 'https://theav.in/?p=494', 0, 'revision', '', 0),
(495, 1, '2022-04-02 13:40:01', '2022-04-02 13:40:01', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:40:01', '2022-04-02 13:40:01', '', 7, 'https://theav.in/?p=495', 0, 'revision', '', 0),
(496, 1, '2022-04-02 13:40:01', '2022-04-02 13:40:01', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:40:01', '2022-04-02 13:40:01', '', 7, 'https://theav.in/?p=496', 0, 'revision', '', 0),
(497, 1, '2022-04-02 13:40:01', '2022-04-02 13:40:01', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 13:40:01', '2022-04-02 13:40:01', '', 7, 'https://theav.in/?p=497', 0, 'revision', '', 0),
(498, 1, '2022-04-02 13:55:32', '2022-04-02 13:55:32', '', 'WhatsApp Image 2022-04-02 at 18.45.04', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-04-02-at-18-45-04', '', '', '2022-04-02 13:55:32', '2022-04-02 13:55:32', '', 0, 'http://theav.in/wp-content/uploads/2022/04/WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2022-04-02 13:55:45', '2022-04-02 13:55:45', 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', 'cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-whatsapp-image-2022-04-02-at-18-45-04-jpeg', '', '', '2022-04-02 13:55:45', '2022-04-02 13:55:45', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2022-04-02 13:58:31', '2022-04-02 13:58:31', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			There are no menu items in this menu.		\n                    <a>\nGet Started                \n            </a>', 'Header Phlox', '', 'publish', 'closed', 'closed', '', 'header-phlox', '', '', '2022-04-02 13:58:31', '2022-04-02 13:58:31', '', 0, 'https://theav.in/?elementor_library=header-phlox', 0, 'elementor_library', '', 0),
(502, 1, '2022-04-02 13:58:31', '2022-04-02 13:58:31', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			There are no menu items in this menu.		\n                    <a>\nGet Started                \n            </a>', 'Header Phlox', '', 'inherit', 'closed', 'closed', '', '501-revision-v1', '', '', '2022-04-02 13:58:31', '2022-04-02 13:58:31', '', 501, 'https://theav.in/?p=502', 0, 'revision', '', 0),
(503, 1, '2022-04-02 13:59:04', '2022-04-02 13:59:04', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 13:59:04', '2022-04-02 13:59:04', '', 6, 'https://theav.in/?p=503', 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
(504, 1, '2022-04-02 14:00:09', '2022-04-02 14:00:09', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:00:09', '2022-04-02 14:00:09', '', 6, 'https://theav.in/?p=504', 0, 'revision', '', 0),
(505, 1, '2022-04-02 14:00:23', '2022-04-02 14:00:23', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:00:23', '2022-04-02 14:00:23', '', 6, 'https://theav.in/?p=505', 0, 'revision', '', 0),
(506, 1, '2022-04-02 14:01:33', '2022-04-02 14:01:33', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:01:33', '2022-04-02 14:01:33', '', 6, 'https://theav.in/?p=506', 0, 'revision', '', 0),
(507, 1, '2022-04-02 14:01:45', '2022-04-02 14:01:45', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:01:45', '2022-04-02 14:01:45', '', 6, 'https://theav.in/?p=507', 0, 'revision', '', 0),
(508, 1, '2022-04-02 14:03:41', '2022-04-02 14:03:41', '<section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:03:41', '2022-04-02 14:03:41', '', 6, 'https://theav.in/?p=508', 0, 'revision', '', 0),
(509, 1, '2022-04-02 14:04:39', '2022-04-02 14:04:39', 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', 'cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-whatsapp-image-2022-04-01-at-15-32-23-1-jpeg', '', '', '2022-04-02 14:04:39', '2022-04-02 14:04:39', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(511, 1, '2022-04-02 14:07:59', '2022-04-02 14:07:59', 'http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', 'cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-whatsapp-image-2022-04-01-at-15-32-23-1-jpeg', '', '', '2022-04-02 14:07:59', '2022-04-02 14:07:59', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(514, 1, '2022-04-02 14:10:39', '2022-04-02 14:10:39', 'http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', 'cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-whatsapp-image-2022-04-02-at-18-45-04-jpeg', '', '', '2022-04-02 14:10:39', '2022-04-02 14:10:39', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg', 0, 'attachment', 'image/jpeg', 0),
(515, 1, '2022-04-02 14:12:08', '2022-04-02 14:12:08', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"512\" height=\"512\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg 512w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x502.jpeg 502w\" data-ratio=\"1\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,512px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:12:08', '2022-04-02 14:12:08', '', 6, 'https://theav.in/?p=515', 0, 'revision', '', 0),
(516, 1, '2022-04-02 14:12:25', '2022-04-02 14:12:25', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"512\" height=\"512\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg 512w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x502.jpeg 502w\" data-ratio=\"1\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,512px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:12:25', '2022-04-02 14:12:25', '', 6, 'https://theav.in/?p=516', 0, 'revision', '', 0),
(517, 1, '2022-04-02 14:12:37', '2022-04-02 14:12:37', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"512\" height=\"512\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg 512w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x502.jpeg 502w\" data-ratio=\"1\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,512px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:12:37', '2022-04-02 14:12:37', '', 6, 'https://theav.in/?p=517', 0, 'revision', '', 0),
(518, 1, '2022-04-02 14:13:14', '2022-04-02 14:13:14', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x502.jpeg 502w\" data-ratio=\"1\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,150px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:13:14', '2022-04-02 14:13:14', '', 6, 'https://theav.in/?p=518', 0, 'revision', '', 0),
(519, 1, '2022-04-02 14:13:52', '2022-04-02 14:13:52', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"150\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x300.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x150.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x502.jpeg 502w\" data-ratio=\"1\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,150px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:13:52', '2022-04-02 14:13:52', '', 6, 'https://theav.in/?p=519', 0, 'revision', '', 0),
(520, 1, '2022-04-02 14:14:58', '2022-04-02 14:14:58', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:14:58', '2022-04-02 14:14:58', '', 6, 'https://theav.in/?p=520', 0, 'revision', '', 0),
(521, 1, '2022-04-02 14:15:12', '2022-04-02 14:15:12', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:15:12', '2022-04-02 14:15:12', '', 6, 'https://theav.in/?p=521', 0, 'revision', '', 0),
(523, 1, '2022-04-02 14:23:52', '2022-04-02 14:23:52', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:23:52', '2022-04-02 14:23:52', '', 6, 'https://theav.in/?p=523', 0, 'revision', '', 0),
(524, 1, '2022-04-02 14:24:30', '2022-04-02 14:24:30', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:24:30', '2022-04-02 14:24:30', '', 6, 'https://theav.in/?p=524', 0, 'revision', '', 0),
(526, 1, '2022-04-02 14:26:18', '2022-04-02 14:26:18', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'publish', 'closed', 'closed', '', 'footer-phlox', '', '', '2022-04-02 15:14:01', '2022-04-02 15:14:01', '', 0, 'https://theav.in/?elementor_library=footer-phlox', 0, 'elementor_library', '', 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
(527, 1, '2022-04-02 14:26:18', '2022-04-02 14:26:18', '<section>\n            <h5>Join Our Community</h5><h2>subscribe to our newsletter</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>\n        </section>		\n            &quot;MailChimp&quot; Plugin is Not Activated!        \n            In order to use this element, you need to install and activate this plugin.        \n			<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Company</h4>		\n			There are no menu items in this menu.		\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 phlox. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:26:18', '2022-04-02 14:26:18', '', 526, 'https://theav.in/?p=527', 0, 'revision', '', 0),
(529, 1, '2022-04-02 14:29:26', '2022-04-02 14:29:26', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 phlox. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:29:26', '2022-04-02 14:29:26', '', 526, 'https://theav.in/?p=529', 0, 'revision', '', 0),
(530, 1, '2022-04-02 14:29:54', '2022-04-02 14:29:54', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:29:54', '2022-04-02 14:29:54', '', 526, 'https://theav.in/?p=530', 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
(531, 1, '2022-04-02 14:31:02', '2022-04-02 14:31:02', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:31:02', '2022-04-02 14:31:02', '', 526, 'https://theav.in/?p=531', 0, 'revision', '', 0),
(532, 1, '2022-04-02 14:31:19', '2022-04-02 14:31:19', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:31:19', '2022-04-02 14:31:19', '', 526, 'https://theav.in/?p=532', 0, 'revision', '', 0),
(533, 1, '2022-04-02 14:31:35', '2022-04-02 14:31:35', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:31:35', '2022-04-02 14:31:35', '', 526, 'https://theav.in/?p=533', 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
(534, 1, '2022-04-02 14:32:14', '2022-04-02 14:32:14', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:32:14', '2022-04-02 14:32:14', '', 526, 'https://theav.in/?p=534', 0, 'revision', '', 0),
(535, 1, '2022-04-02 14:32:26', '2022-04-02 14:32:26', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:32:26', '2022-04-02 14:32:26', '', 526, 'https://theav.in/?p=535', 0, 'revision', '', 0),
(536, 1, '2022-04-02 14:32:33', '2022-04-02 14:32:33', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n			<h4>Contact</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:32:33', '2022-04-02 14:32:33', '', 526, 'https://theav.in/?p=536', 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
(537, 1, '2022-04-02 14:33:16', '2022-04-02 14:33:16', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:33:16', '2022-04-02 14:33:16', '', 526, 'https://theav.in/?p=537', 0, 'revision', '', 0),
(538, 1, '2022-04-02 14:33:42', '2022-04-02 14:33:42', '<a title=\"\" href=\"https://theav.in/\"  ></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:33:42', '2022-04-02 14:33:42', '', 526, 'https://theav.in/?p=538', 0, 'revision', '', 0),
(539, 1, '2022-04-02 14:33:53', '2022-04-02 14:33:53', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Patricia Amedee 4401 Waldeck Street Grapevine Nashville, Tx 76051</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:33:53', '2022-04-02 14:33:53', '', 526, 'https://theav.in/?p=539', 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
(540, 1, '2022-04-02 14:35:44', '2022-04-02 14:35:44', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@yourdomain.com\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:35:44', '2022-04-02 14:35:44', '', 526, 'https://theav.in/?p=540', 0, 'revision', '', 0),
(541, 1, '2022-04-02 14:36:02', '2022-04-02 14:36:02', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+99 (0) 101 0000 888 \n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:36:02', '2022-04-02 14:36:02', '', 526, 'https://theav.in/?p=541', 0, 'revision', '', 0),
(542, 1, '2022-04-02 14:36:35', '2022-04-02 14:36:35', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:36:35', '2022-04-02 14:36:35', '', 526, 'https://theav.in/?p=542', 0, 'revision', '', 0),
(544, 1, '2022-04-02 14:42:46', '2022-04-02 14:42:46', '<a title=\"\" href=\"https://theav.in/\"  ><img width=\"250\" height=\"150\" src=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg\" alt=\"cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04.jpeg\" srcset=\"http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-150x90.jpeg 150w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-300x180.jpeg 300w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-250x150.jpeg 250w,http://theav.in/wp-content/uploads/2022/04/cropped-cropped-WhatsApp-Image-2022-04-02-at-18.45.04-502x301.jpeg 502w\" data-ratio=\"1.67\" data-original-w=\"512\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,250px\" /></a><section><h3><a href=\"https://theav.in/\" title=\"\"></a></h3></section>		\n			<!-- start master menu -->\n<nav id=\"master-menu-elementor-49fe4892\">\n	<ul id=\"menu-primary-menu\" data-type=\"horizontal\"  data-switch-type=\"toggle\" data-switch-parent=\".elementor-element-49fe4892 .aux-fs-popup .aux-fs-menu\" data-switch-width=\"900\"  >\n		<!-- start single menu -->\n		<li id=\"menu-item-261\">\n			<a href=\"#services\">\n				Services\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-262\">\n			<a href=\"#about\">\n				About\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-263\">\n			<a href=\"#contact%20\">\n				Contact\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-264\">\n			<a href=\"#works\">\n				Our Works\n			</a>\n		</li>\n		<!-- end single menu -->\n		<!-- start single menu -->\n		<li id=\"menu-item-265\">\n			<a href=\"#testimonials\">\n				Testimonials\n			</a>\n		</li>\n		<!-- end single menu -->\n	</ul>\n</nav>\n<!-- end master menu -->\n<section></section><style>@media only screen and (min-width: 901px) { .elementor-element-49fe4892 .aux-burger-box { display: none } }</style>', 'Header-agency', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2022-04-02 14:42:46', '2022-04-02 14:42:46', '', 6, 'https://theav.in/?p=544', 0, 'revision', '', 0),
(545, 1, '2022-04-02 14:43:56', '2022-04-02 14:43:56', '', 'WhatsApp Image 2022-04-01 at 15.32.23 (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-04-01-at-15-32-23-1', '', '', '2022-04-02 14:44:00', '2022-04-02 14:44:00', '', 0, 'http://theav.in/wp-content/uploads/2022/04/WhatsApp-Image-2022-04-01-at-15.32.23-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(546, 1, '2022-04-02 14:44:03', '2022-04-02 14:44:03', 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1.jpeg', 'cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1.jpeg', '', 'inherit', 'open', 'closed', '', 'cropped-whatsapp-image-2022-04-01-at-15-32-23-1-1-jpeg', '', '', '2022-04-02 14:44:03', '2022-04-02 14:44:03', '', 0, 'http://theav.in/wp-content/uploads/2022/04/cropped-WhatsApp-Image-2022-04-01-at-15.32.23-1-1.jpeg', 0, 'attachment', 'image/jpeg', 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
(547, 1, '2022-04-02 14:45:26', '2022-04-02 14:45:26', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:45:26', '2022-04-02 14:45:26', '', 526, 'https://theav.in/?p=547', 0, 'revision', '', 0),
(548, 1, '2022-04-02 14:45:35', '2022-04-02 14:45:35', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:45:35', '2022-04-02 14:45:35', '', 526, 'https://theav.in/?p=548', 0, 'revision', '', 0),
(549, 1, '2022-04-02 14:46:01', '2022-04-02 14:46:01', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 14:46:01', '2022-04-02 14:46:01', '', 526, 'https://theav.in/?p=549', 0, 'revision', '', 0),
(550, 1, '2022-04-02 14:58:07', '2022-04-02 14:58:07', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 14:58:07', '2022-04-02 14:58:07', '', 7, 'http://theav.in/?p=550', 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
(551, 1, '2022-04-02 14:58:07', '2022-04-02 14:58:07', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"https://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"https://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"https://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 14:58:07', '2022-04-02 14:58:07', '', 7, 'http://theav.in/?p=551', 0, 'revision', '', 0),
(552, 1, '2022-04-02 14:58:07', '2022-04-02 14:58:07', '<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png\" alt=\"AV\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/Growth-curve-cuate-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>We are a Creative Agency</h2><h3>Amplifying Brand Voices Through Design, Marketing and Content</h3><p>We specialize in intuitive Design, Marketing and Content Strategies to amplify your Brand\'s voice </p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >        \n                                <h4>Branding</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Social Media Management</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Digital Marketing</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section style=\"\" >        \n                                <h4>Content Strategy</h4>\n                                        NVestibulum rutum, mi nec elementum vehicula, eros quam gravida nisl, id fringilla neque ante.                \n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Services</h2><h3>People | Brands | Experiences</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n                    <a href=\"#contact\">\nContact us                \n            </a>\n			<section style=\"\" >\n            <img width=\"1024\" height=\"1024\" src=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png\" alt=\"About us\" srcset=\"http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-150x150.png 150w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-300x300.png 300w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-768x768.png 768w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w,http://theav.in/wp-content/uploads/2022/04/About-us-page-pana-1024x1024.png 1024w\" data-ratio=\"1\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,1024px\" />            \n</section><!-- widget-container -->		\n			<section>\n            <h2>About team</h2><h3>Contact us now</h3><p>PHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loadedPHP Zip extension not loaded</p>\n        </section>		\n			<section>\n            <h2>Oue Works</h2><h3>The works we are proud of</h3>\n        </section>		\n			<section style=\"\" >                        <article >\n                                    <a href=\"http://theav.in/portfolio/dummy-portfolio-2/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png\" alt=\"Gravity-Paper-Hot-Cup-Mockup-Preview.png\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Gravity-Paper-Hot-Cup-Mockup-Preview-1190x666.png 1190w\" data-ratio=\"1.79\" data-original-w=\"1200\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"http://theav.in/portfolio/dummy-portfolio-2/\">\n                                            Dummy Portfolio 2                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n                        <article >\n                                    <a href=\"http://theav.in/portfolio/dummy-portfolio/\"><img src=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png\" alt=\"Data analysis-cuate\" srcset=\"http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-150x84.png 150w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-300x168.png 300w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-768x430.png 768w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1024x573.png 1024w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-253x142.png 253w,http://theav.in/wp-content/uploads/2022/04/Data-analysis-cuate-1990x1114.png 1990w\" data-ratio=\"1.79\" data-original-w=\"2000\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,253px\" /></a>                                \n                                                                <header>\n                                    <h3>\n                                        <a href=\"http://theav.in/portfolio/dummy-portfolio/\">\n                                            Dummy Portfolio                                        </a>\n                                    </h3>\n                                </header>\n                        </article>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Our Testimonial</h2><h3>What our clients say</h3>\n        </section>		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section style=\"\" >    \n                                Click edit button to change this text. Collaboratively drive collaborative solutions with flexible e-services. Conveniently supply technically sound process improvements.            \n                                <h4>John Doe</h4>\n                                <h5>Manager</h5>\n</section><!-- widget-container -->		\n			<section>\n            <h2>Contact us</h2><h3>Amplify your brand now</h3>\n        </section>		\n			<section style=\"\" >            \n            <!-- @TODO - The output for element here -->\n            <form action=\"http://theav.in/portfolio/dummy-portfolio/\" id=\"contactForm\" method=\"post\" >\n                <input type=\"text\"  name=\"cName\"    id=\"cName\"    placeholder=\"Name\" required >\n                <input type=\"email\" name=\"cEmail\"   id=\"cEmail\"   placeholder=\"E-Mail\" required >\n                <input type=\"text\"  name=\"cURL\"     id=\"cURL\"     placeholder=\"Website\" >\n                <textarea           name=\"cComment\" id=\"cComment\" placeholder=\"Message\" required></textarea>\n                <input type=\"submit\" id=\"submit\"  value=\"Submit\" >\n                <input type=\"hidden\" name=\"formSubmitted\" id=\"formSubmitted\" value=\"true\" />\n            </form>\n            <!-- aux-col-wrapper -->\n    </section><!-- widget-container -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-04-02 14:58:07', '2022-04-02 14:58:07', '', 7, 'http://theav.in/?p=552', 0, 'revision', '', 0),
(554, 1, '2022-04-02 15:14:01', '2022-04-02 15:14:01', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Visit Link</h4>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"#\">\n											Privacy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										+91 9110750528\n									</li>\n								<li>\n										Info@av.in\n									</li>\n						</ul>\n			<h4>Address</h4>		\n		<p>Road No. 5, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana, 500096</p>		\n			<small>Copyright &copy; 2022 Amplifying Voices. All Rights Reserved.</small>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>', 'Footer Phlox', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2022-04-02 15:14:01', '2022-04-02 15:14:01', '', 526, 'https://theav.in/?p=554', 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(10) 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, 'page', 'page', 0),
(3, 'phlox', 'phlox', 0),
(4, 'Main Menu', 'main-menu', 0),
(5, 'Uncategorized', 'uncategorized', 0),
(6, 'uncategorized', 'uncategorized', 0),
(7, 'uncategorized', 'uncategorized', 0),
(8, 'primary menu', 'primary-menu', 0),
(9, 'header', 'header', 0),
(10, 'footer', 'footer', 0),
(11, 'footer menu', 'footer-menu', 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),
(6, 9, 0),
(8, 3, 0),
(22, 2, 0),
(24, 2, 0),
(168, 5, 0),
(168, 6, 0),
(168, 7, 0),
(171, 2, 0),
(175, 2, 0),
(180, 5, 0),
(180, 6, 0),
(180, 7, 0),
(259, 4, 0),
(261, 8, 0),
(262, 8, 0),
(263, 8, 0),
(264, 8, 0),
(265, 8, 0),
(501, 9, 0),
(526, 10, 0),
(543, 9, 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, 1),
(2, 2, 'elementor_library_type', '', 0, 4),
(3, 3, 'wp_theme', '', 0, 1),
(4, 4, 'nav_menu', '', 0, 1),
(5, 5, 'portfolio-cat', '', 0, 2),
(6, 6, 'portfolio-tag', '', 0, 2),
(7, 7, 'portfolio-filter', '', 0, 2),
(8, 8, 'nav_menu', '', 0, 5),
(9, 9, 'elementor_library_type', '', 0, 2),
(10, 10, 'elementor_library_type', '', 0, 1),
(11, 11, 'nav_menu', '', 0, 0);

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

--
-- 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', ''),
(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', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"768e0c5b64a03b2399df9fb8ccf767bbcaab0a8ba3c011b1818493990a00b343\";a:4:{s:10:\"expiration\";i:1648997592;s:2:\"ip\";s:15:\"184.168.109.198\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0\";s:5:\"login\";i:1648824792;}s:64:\"841dd11749c34be480d8a8b978cb69e550b27a68e7a895143f3d6e6a197f9806\";a:4:{s:10:\"expiration\";i:1650041207;s:2:\"ip\";s:14:\"49.205.238.247\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\";s:5:\"login\";i:1648831607;}s:64:\"36894526bba5eafef170e7db38c4707e9f1c1a7149c1b4374761cd51c420b735\";a:4:{s:10:\"expiration\";i:1650120995;s:2:\"ip\";s:14:\"49.205.238.247\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\";s:5:\"login\";i:1648911395;}}'),
(17, 1, 'wp_user-settings', 'deleted=undefined&editor=tinymce&libraryContent=browse'),
(18, 1, 'wp_user-settings-time', '1648885114'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"49.205.238.0\";}'),
(21, 1, 'element-pack-notice-id-license-issue', '1'),
(22, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:19:\"aux_archive_menubox\";i:1;s:28:\"add-post-type-e-landing-page\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";}'),
(24, 1, 'nav_menu_recently_edited', '4');

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

--
-- 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, 'amplifyingvoices', '$P$B3y.QYDxk5YW6CtOl/XbGdmVAJ30Ei1', 'admin', 'irovz794gpdq@sg2plzcpnl491724.prod.sin2.secureserver.net', 'http://theav.in', '2022-04-01 07:53:13', '', 0, 'admin');

--
-- Indexes for dumped tables
--

--
-- 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_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

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

--
-- Indexes for table `wp_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- 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_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`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`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_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=5;

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

--
-- 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_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  MODIFY `id` bigint(20) 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=106223;

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

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

--
-- 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=12;

--
-- 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=12;

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

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